Skip to content

Commit

Permalink
Check if Kapou'e is at 1,18 when killing last boss
Browse files Browse the repository at this point in the history
Fix for #4841
  • Loading branch information
UnwiseOwl committed Apr 9, 2020
1 parent 4b8b412 commit 3d6e03a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions data/campaigns/Son_Of_The_Black_Eye/scenarios/15_Civil_War.cfg
Expand Up @@ -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]

Expand Down

0 comments on commit 3d6e03a

Please sign in to comment.