TRoW S17a: prevent time over defeat if player chooses to defeat saurians
This commit is contained in:
parent
93edc3bfc7
commit
ec239a088a
1 changed files with 31 additions and 6 deletions
|
@ -516,7 +516,6 @@
|
|||
[/command]
|
||||
[/option]
|
||||
|
||||
# TODO: prevent the time over defeat if this is chosen...
|
||||
[option]
|
||||
label= _ "Let’s finish off the rest of these monsters!"
|
||||
[/option]
|
||||
|
@ -548,11 +547,37 @@
|
|||
|
||||
[event]
|
||||
name=time over
|
||||
[message]
|
||||
speaker=Prince Haldric
|
||||
message= _ "More saurians are arriving. They’ve surrounded us! We’re 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. They’ve surrounded us! We’re doomed."
|
||||
image=portraits/haldric-surprised.png
|
||||
[/message]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
speaker=Lady Jessene
|
||||
message= _ "We already killed the dragon. We really don’t need to be spending this much time chasing down the rest of these lizards."
|
||||
[/message]
|
||||
|
||||
[message]
|
||||
speaker=Prince Haldric
|
||||
message= _ "You’re right, you’re right. Let’s head back."
|
||||
[/message]
|
||||
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
[/scenario]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue