DM S19: Replace [if] with [filter_condition] in undead death event

This commit is contained in:
Gregory Gauthier 2015-06-27 22:04:12 -04:00
parent b888dd9797
commit 31e9f234df

View file

@ -336,7 +336,7 @@
race=undead
side=1
[/filter]
[if]
[filter_condition]
[not]
[have_unit]
race=undead
@ -350,16 +350,14 @@
id=Iliah-Malal
[/have_unit]
[/and]
[then]
[message]
speaker=Delfador
message=_ "Alas! Without any undead to strike the killing blow, we will never be able to defeat Iliah-Malal!"
[/message]
[endlevel]
result=defeat
[/endlevel]
[/then]
[/if]
[/filter_condition]
[message]
speaker=Delfador
message=_ "Alas! Without any undead to strike the killing blow, we will never be able to defeat Iliah-Malal!"
[/message]
[endlevel]
result=defeat
[/endlevel]
[/event]
[/then]
[else]