SotA S09: Fix #3192

...by making the filter more exact.
This commit is contained in:
sigurdfdragon 2018-05-31 19:38:23 -04:00
parent d35f22e077
commit 047ededd9e

View file

@ -111,6 +111,7 @@
{TRAIT_{TRAIT2}}
[/modifications]
facing=sw
role=trainee
[/unit]
#enddef
@ -329,12 +330,7 @@
# If there are none of the *original* DA's left (the kids don't count)...
[not]
[have_unit]
type=Dark Adept SotA, Dark Sorcerer SotA, Necromancer SotA
[and]
[filter_wml]
upkeep=full
[/filter_wml]
[/and]
role=trainee
[/have_unit]
[/not]
[then]
@ -421,6 +417,12 @@
[/message]
[/event]
[event]
name=scenario end
{MODIFY_UNIT (role=trainee) role ""}
[/event]
{HERO_DEATHS}
{KIDS_ADVANCE}
[/scenario]