Skip to content

Commit

Permalink
AToTB S01 Fix bug: No unit for role
Browse files Browse the repository at this point in the history
Include all possible advancements, but exclude Arvith, and recruit a replacement if no unit found.
  • Loading branch information
GregoryLundberg committed Aug 19, 2016
1 parent 423f082 commit 27bda63
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/campaigns/Two_Brothers/scenarios/01_Rooting_Out_a_Mage.cfg
Expand Up @@ -290,8 +290,20 @@ Will he heed the call? I do not know if he has kept the amulet; we have not spok
[/message]

[role]
type=Spearman,Bowman,Horseman
type="Royal Guard,Halberdier,Master Bowman,Paladin,Grand Knight,Fugitive," +
"Swordsman,Pikeman,Javelineer,Longbowman,Knight,Lancer,Outlaw," +
"Spearman,Bowman,Horseman,Footpad"
role=Reporter
[not]
id=Arvith
[/not]
[else]
[unit]
role=Reporter
type=Spearman
placement=leader
[/unit]
[/else]
[/role]

[message]
Expand Down

0 comments on commit 27bda63

Please sign in to comment.