darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Fix player on worldmap continuing to walk after encounter #80

Open darkf opened 7 years ago

darkf commented 7 years ago

Probably due to the timer and the state being set after an encounter is triggered, so when it is resumed it continues where it left off.

Starting an encounter or otherwise exiting the worldmap should reset the state. In addition, it should lock the player from being able to mark a destination while it's paused/loading the encounter.

darkf commented 7 years ago

Related to #63.