Skip to content

Commit

Permalink
SotA S09: Fix #3192
Browse files Browse the repository at this point in the history
...by making the filter more exact.

(cherry-picked from commit 047eded)
  • Loading branch information
sigurdfdragon committed Oct 7, 2018
1 parent a86bb81 commit 723d6db
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -111,6 +111,7 @@
{TRAIT_{TRAIT2}}
[/modifications]
facing=sw
role=trainee
[/unit]
#enddef

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -421,6 +417,12 @@
[/message]
[/event]

[event]
name=scenario end

{MODIFY_UNIT (role=trainee) role ""}
[/event]

{HERO_DEATHS}
{KIDS_ADVANCE}
[/scenario]

0 comments on commit 723d6db

Please sign in to comment.