DM S19: Replace [if] with [filter_condition] in undead death event
This commit is contained in:
parent
b888dd9797
commit
31e9f234df
1 changed files with 9 additions and 11 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue