TRoW S17a: prevent time over defeat if player chooses to defeat saurians

This commit is contained in:
nemaara 2019-04-13 00:44:40 -04:00
parent 91738cc72c
commit dabe47a404

View file

@ -512,7 +512,6 @@
[/command]
[/option]
# TODO: prevent the time over defeat if this is chosen...
[option]
label= _ "Lets finish off the rest of these monsters!"
[/option]
@ -544,11 +543,37 @@
[event]
name=time over
[message]
speaker=Prince Haldric
message= _ "More saurians are arriving. Theyve surrounded us! Were doomed."
image=portraits/haldric-surprised.png
[/message]
[if]
[variable]
name=dragon_dead
numerical_equals=0
[/variable]
[then]
[message]
speaker=Prince Haldric
message= _ "More saurians are arriving. Theyve surrounded us! Were doomed."
image=portraits/haldric-surprised.png
[/message]
[/then]
[else]
[message]
speaker=Lady Jessene
message= _ "We already killed the dragon. We really dont need to be spending this much time chasing down the rest of these lizards."
[/message]
[message]
speaker=Prince Haldric
message= _ "Youre right, youre right. Lets head back."
[/message]
[endlevel]
result=victory
bonus=yes
{NEW_GOLD_CARRYOVER 40}
[/endlevel]
[/else]
[/if]
[/event]
[/scenario]