Merge pull request #4842 from UnwiseOwl/patch-1
SotBE S15: Check if Kapou'e is at 1,18 when killing last boss
This commit is contained in:
commit
dfc93c62e1
1 changed files with 19 additions and 2 deletions
|
@ -410,8 +410,25 @@
|
|||
message= _ "Now let’s get going, we have an appointment with Shan Taum."
|
||||
[/message]
|
||||
|
||||
[show_objectives]
|
||||
[/show_objectives]
|
||||
[if]
|
||||
[have_unit]
|
||||
id="Kapou'e"
|
||||
x,y=1,18
|
||||
[/have_unit]
|
||||
|
||||
[then]
|
||||
[endlevel]
|
||||
result=victory
|
||||
bonus=yes
|
||||
{NEW_GOLD_CARRYOVER 40}
|
||||
[/endlevel]
|
||||
[/then]
|
||||
|
||||
[else]
|
||||
[show_objectives]
|
||||
[/show_objectives]
|
||||
[/else]
|
||||
[/if]
|
||||
[/then]
|
||||
[/if]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue