Use [not] instead of [else] hack in IF_DEAD

This commit is contained in:
Charles Dang 2015-01-06 18:58:23 +11:00
parent f7ff591fe5
commit 10023d79a6

View file

@ -60,14 +60,14 @@
#! [/gold]
#! )}
[if]
[have_unit]
side={SIDE}
[/have_unit]
[not]
[have_unit]
side={SIDE}
[/have_unit]
[/not]
[then]
[/then]
[else]
{ACTION_WML}
[/else]
[/then]
[/if]
#enddef