Skip to content

Commit

Permalink
THoT S05 Fix bug: No unit for role
Browse files Browse the repository at this point in the history
The conversation works best if there is a unit for the scout role. Also, added advancements, just in case.
  • Loading branch information
GregoryLundberg committed Oct 11, 2016
1 parent 90b2c79 commit 8c3c557
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions data/campaigns/The_Hammer_of_Thursagan/scenarios/05_Invaders.cfg
Expand Up @@ -170,14 +170,6 @@
[event]
name=prestart

[role]
type=Dwarvish Steelclad,Dwarvish Thunderguard,Dwarvish Fighter,Dwarvish Thunderer
[not]
id=Aiglondur
[/not]
role=scout
[/role]

{VARIABLE indigs_sighted 0}

[objectives]
Expand Down Expand Up @@ -207,9 +199,22 @@
id=Angarthing
[/recall]

[recall]
[role]
type=Dwarvish Lord,Dwarvish Dragonguard,Dwarvish Steelclad,Dwarvish Thunderguard,Dwarvish Fighter,Dwarvish Thunderer
[not]
id=Aiglondur
[/not]
role=scout
[/recall]
[auto_recall][/auto_recall]
[else]
[unit]
side=1
type=Dwarvish Fighter
placement=leader
role=scout
[/unit]
[/else]
[/role]

{MODIFY_UNIT (side=1) facing ne}
[/event]
Expand Down

0 comments on commit 8c3c557

Please sign in to comment.