Skip to content

Commit

Permalink
NR S12: move dialogue from victory event
Browse files Browse the repository at this point in the history
It's not shown with :n then
  • Loading branch information
sevu committed Jan 17, 2021
1 parent 494d0f8 commit 4ce95a0
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions data/campaigns/Northern_Rebirth/scenarios/12a_Get_the_Gold.cfg
Expand Up @@ -564,6 +564,23 @@
[event]
name=enemies defeated

[if]
[have_unit]
id=Sisal
[/have_unit]
[message]
id=Tallin
message= _ "Thanks to Hidel and the elves, we have recovered our gold. Now let’s run down Rakshas and settle up with him once and for all."
[/message]
[/then]
[else]
[message]
id=Tallin
message= _ "Hidel’s death was a grievous loss; our thirst for vengeance must do what the stolen gold cannot. Now let’s run down Rakshas and settle up with him once and for all."
[/message]
[/else]
[/if]

[endlevel]
result=victory
bonus=yes
Expand All @@ -587,18 +604,7 @@
canrecruit=no
{TRAIT_LOYAL}
[/modify_unit]

[message]
id=Tallin
message= _ "Thanks to Hidel and the elves, we have recovered our gold. Now let’s run down Rakshas and settle up with him once and for all."
[/message]
[/then]
[else]
[message]
id=Tallin
message= _ "Hidel’s death was a grievous loss; our thirst for vengeance must do what the stolen gold cannot. Now let’s run down Rakshas and settle up with him once and for all."
[/message]
[/else]
[/if]

# Make veteran elves available for the Elf side in Showdown.
Expand Down

0 comments on commit 4ce95a0

Please sign in to comment.