Skip to content

Commit

Permalink
ANL: lose MP when freeing captured unit
Browse files Browse the repository at this point in the history
This is the old behavior, which was lost when assigning the prisoner side to
both teams.
  • Loading branch information
sevu committed Mar 16, 2019
1 parent 7c839e4 commit 59a6b77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/multiplayer/scenarios/ANL_utils/ANL_special_macros.cfg
Expand Up @@ -223,6 +223,15 @@
[unstore_unit]
variable=critter
[/unstore_unit]

# Lose all moves.
[set_variable]
name=unit.moves
value=0
[/set_variable]
[unstore_unit]
variable=unit
[/unstore_unit]
[/event]
#enddef

Expand Down

0 comments on commit 59a6b77

Please sign in to comment.