Allow undo move if not picking item or elixir

If we select the option to leave the item on the ground, we should be
able to undo and move another unit to take it.
This commit is contained in:
Thewodoros 2025-01-17 18:08:45 +03:00 committed by Dalas121
parent 063670cd38
commit 5b04e523b9

View File

@ -66,6 +66,10 @@
[/modify_unit]
{EQUIP_WML}
[/then]
[else]
[allow_undo]
[/allow_undo]
[/else]
[/if]
[/then]
@ -1091,6 +1095,10 @@ plague_staff #enddef
[/remove_item]
{MODIFY}
[/then]
[else]
[allow_undo]
[/allow_undo]
[/else]
[/if]
[/event]
#enddef