Emergency fix for commit 25e46473d2

Gets the scenario usable again.
This commit is contained in:
Gregory A Lundberg 2016-08-06 09:49:21 -05:00
parent e6b31636c1
commit 575bc843b8

View file

@ -505,29 +505,30 @@ Soooo... It is you who sent your subordinates to attack us. Now when weve des
[/message]
# Remove the current location from the array
[foreach]
[for]
array=drake_bases
[do]
[if]
[variable]
name=this_item.x
name=drake_bases[$i].x
numerical_equals=$x1
[/variable]
[variable]
name=this_item.y
name=drake_bases[$i].y
numerical_equals=$y1
[/variable]
[then]
{CLEAR_VARIABLE this_item}
{CLEAR_VARIABLE drake_bases[$i]}
{VARIABLE i 999}
[break][/break]
[/then]
[/if]
[/do]
[/foreach]
[/event]
{CLEAR_VARIABLE i}
[event]
name=last breath