Skip to content

Commit

Permalink
TSG S7b/S8b: modify dialogue upon alliedunit death
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed Oct 23, 2019
1 parent 12ddac8 commit 8ea4616
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Expand Up @@ -385,6 +385,19 @@
amount=15
#endif
[/gold]

[fire_event]
name=allied_unit_death
[/fire_event]
[/event]

[event]
name=allied_unit_death

[message]
speaker=Sir Gerrick
message= _ "Alas, for each casualty we suffer, the ranks of the undead grow. We must hold fast and survive as long as we can!"
[/message]
[/event]

[event]
Expand Down
Expand Up @@ -573,10 +573,12 @@
amount=15
#endif
[/gold]

[fire_event]
name=allied_unit_death
[/fire_event]
[/event]

[event]
name=allied_unit_death
first_time_only=yes
Expand All @@ -593,11 +595,13 @@
speaker="Mal M'Brin"
message= _ "Fool boy, you overestimate the strength of these decrepit peasants that you call soldiers. The rivers will run red with your blood! The smoke and ashes from your ruined homes will blot out the sky, and from the swamps and the black earth, your bones will rise again to serve me!"
[/message]
#ifdef EASY
[message]
speaker=narrator
{TUTOR: _"Every unit you lose will give the undead some gold. Protect your troops and sustain as few losses as possible!"}
{TUTOR: _"Every unit you lose will give the undead gold. Protect your troops and sustain as few losses as possible!"}
image=wesnoth-icon.png
[/message]
#endif
[/event]

# extra dialogue
Expand Down

0 comments on commit 8ea4616

Please sign in to comment.