Skip to content

Commit

Permalink
HttT S20b Fix bug: Bona-Melodia may be dead
Browse files Browse the repository at this point in the history
The ending was too abrupt, especially if Bona-Melodia died.
  • Loading branch information
GregoryLundberg committed Aug 12, 2016
1 parent 901deee commit 1f7bb04
Showing 1 changed file with 73 additions and 4 deletions.
Expand Up @@ -197,10 +197,79 @@
id=Konrad
[/filter]

[message]
speaker=Bona-Melodia
message= _ "Get that vile creature!"
[/message]
[if]
[have_unit]
id=Bona-Melodia
[/have_unit]
[then]
[message]
speaker=Bona-Melodia
message= _ "Get that vile creature!"
[/message]

[message]
speaker=Kalenz
message= _ "Hold!"
[/message]

[message]
speaker=Bona-Melodia
message= _ "Milord Kalenz! My apologies. I mistook him for one of those foul lizardmen. How came you to be traveling such paths?"
[/message]

[message]
speaker=Kalenz
message= _ "Change is coming to the human lands. We rush to Elensiria seeking assistance, and the perils of the Longlier presented the quickest route."
[/message]

[message]
speaker=Bona-Melodia
message= _ "Uradredia has already called a meeting of the Council of Lintanir. You must hurry, for they gather even now."
[/message]

[message]
speaker=Kalenz
message= _ "Then there is little time! Fare well."
[/message]
[/then]
[elseif]
[have_unit]
side=5
[/have_unit]
[then]
[message]
speaker=Kalenz
message= _ "What is this? Where is your leader?"
[/message]

[message]
side=5
message= _ "We were beset by many foul lizardmen. Alas, Bona-Melodia has fallen."
[/message]

[message]
speaker=Kalenz
message= _ "This bodes ill for Lintanir. We rush to Elensiria on other matters but will carry word of what has transpired here."
[/message]

[message]
side=5
message= _ "Lord Uradredia has called a meeting of the Council of Lintanir. Rumor is there are greater needs than ours."
[/message]

[message]
speaker=Kalenz
message= _ "Then we must hurry. Stand fast, we will send reinforcements."
[/message]
[/then]
[/elseif]
[else]
[message]
speaker=Kalenz
message= _ "What is this? Where are the guardians? I see signs of battle everywhere: Saurian footprints, Elvish blood. This bodes ill for Lintanir. We must hurry onward to Elensiria. Quickly, before we, too, are beset."
[/message]
[/else]
[/if]

[endlevel]
result=victory
Expand Down

0 comments on commit 1f7bb04

Please sign in to comment.