SotBE S3: end scenario after the dwarf leader is killed
It makes no sense that we still have to move Kapou'e to the signpost afterward, especially since there is no mention of it in the objectives. This way it is consistent with how this is done in other mainline scenarios.
This commit is contained in:
parent
6f4e3bc8c4
commit
fb12af9ead
1 changed files with 15 additions and 43 deletions
|
@ -362,11 +362,6 @@
|
|||
message= _ "Argh! I die!"
|
||||
[/message]
|
||||
|
||||
[set_variable]
|
||||
name=Kwili_dead
|
||||
value=1
|
||||
[/set_variable]
|
||||
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "You were warned, dwarf. Riders, spread out of the area and collect what you can from each of these houses. If anyone refuses to pay, tie them up and take it anyway. Let them know that they live only on my good graces. I’ll take the army to Barag Gór. Catch up when you’re done."
|
||||
|
@ -381,6 +376,12 @@
|
|||
role=doggie
|
||||
message= _ "Sounds like fun. All right boys, let’s go!"
|
||||
[/message]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -391,37 +392,16 @@
|
|||
id="Kapou'e"
|
||||
[/filter]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=Kwili_dead
|
||||
numerical_equals=1
|
||||
[/variable]
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "We’ve succeeded! We’ve passed through the Mountains of Haag! Look at these green hills! The land of the free tribes is near now. I can see the walls of Barag Gór in the distance."
|
||||
[/message]
|
||||
|
||||
[then]
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
name=Kwili_dead
|
||||
numerical_equals=0
|
||||
[/variable]
|
||||
|
||||
[then]
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
{CLEAR_VARIABLE Kwili_dead}
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=no
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
|
@ -432,10 +412,6 @@
|
|||
id=Blemaker
|
||||
[/have_unit]
|
||||
[then]
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "We’ve succeeded! We’ve passed through the Mountains of Haag! Look at these green hills! We’ve reached the lands of the free tribes. I can see the walls of Barag Gór in the distance."
|
||||
[/message]
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "Blemaker, many thanks for your help in this fight. Would you like to join us in our journey with your son? You are a powerful warrior, and you would be of great help."
|
||||
|
@ -455,10 +431,6 @@
|
|||
[/message]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "We’ve succeeded! We’ve passed through the Mountains of Haag! Look at these green hills! The land of the free tribes is near now. I can see the walls of Barag Gór in the distance."
|
||||
[/message]
|
||||
[message]
|
||||
speaker="Kapou'e"
|
||||
message= _ "Grüü, many thanks for your help in this fight. I’m sorry for the loss of your father. Would you like to join us in our journey? Your help would be useful to me."
|
||||
|
|
Loading…
Add table
Reference in a new issue