Allow undo move to village...

...if the village has already been cleared or if no bandits are spawned.
This commit is contained in:
Steven Panek 2011-10-26 19:17:37 +00:00
parent d872a67bae
commit 355bcae346

View file

@ -302,6 +302,9 @@
speaker=unit
message= _ "No bandits in this village."
[/message]
[allow_undo]
[/allow_undo]
[/then]
[/if]
[/else]
@ -309,6 +312,11 @@
{CLEAR_VARIABLE possible_indig_locations}
{CLEAR_VARIABLE indigs}
[/then]
[else]
[allow_undo]
[/allow_undo]
[/else]
[/if]
[/else]
[/if]