Skip to content

Commit

Permalink
Fix Jarek last breath message
Browse files Browse the repository at this point in the history
There is a scenario, where you have Gerrick as leader, while Deoran is left behind. Perhaps dialogue could be made better, so Jarek tells something to Gerrick instead.
  • Loading branch information
Arcanister authored and sevu committed Sep 29, 2017
1 parent ca87ef4 commit d92774a
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions data/campaigns/The_South_Guard/utils/sg_deaths.cfg
Expand Up @@ -88,10 +88,23 @@
[filter]
id=Jarek
[/filter]
[message]
speaker=unit
message= _ "Far from home I fall — but not in vain! Guard our people, Deoran!"
[/message]
[if]
[have_unit]
id=Deoran
[/have_unit]
[then]
[message]
speaker=unit
message= _ "Far from home I fall — but not in vain! Guard our people, Deoran!"
[/message]
[/then]
[else]
[message]
speaker=unit
message= _ "Far from home I fall — but not in vain!"
[/message]
[/else]
[/if]
[/event]

# Brigands and Enemies

0 comments on commit d92774a

Please sign in to comment.