Skip to content

Commit

Permalink
DM S11 Fix bug: No recruits before Chantal
Browse files Browse the repository at this point in the history
Delfador should not gain the ability to recruit Elves until he actually meets Chantal.
  • Loading branch information
GregoryLundberg committed Oct 20, 2016
1 parent fe8d088 commit 80d15ec
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/campaigns/Delfadors_Memoirs/scenarios/11_Wasteland.cfg
Expand Up @@ -20,7 +20,6 @@
profile="portraits/young_delfador.png"
type=Journeyman Mage
canrecruit=yes
recruit=Elvish Scout,Elvish Archer,Elvish Fighter,Elvish Shaman
team_name=good
user_team_name= _ "Player"
shroud=yes
Expand Down Expand Up @@ -70,6 +69,9 @@
#############################
[event]
name=prestart
[disallow_recruit]
side=1
[/disallow_recruit]
{SAVE_UNDEAD_VETERANS}
{TELEPORT_UNIT id=Delfador 33 20}
[/event]
Expand All @@ -80,10 +82,6 @@
[event]
name=start

[set_recruit]
recruit=Elvish Scout,Elvish Archer,Elvish Fighter,Elvish Shaman
side=1
[/set_recruit]
[capture_village]
side=3
x,y=33,11
Expand Down Expand Up @@ -221,6 +219,10 @@
speaker=Delfador
message=_"Attacked by orcs? Then I might perhaps help you to defeat them, and repay your assistance and kindness!"
[/message]
[set_recruit]
recruit=Elvish Scout,Elvish Archer,Elvish Fighter,Elvish Shaman
side=1
[/set_recruit]
[modify_side]
side=3
share_maps=yes
Expand Down

0 comments on commit 80d15ec

Please sign in to comment.