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 authored and nemaara committed Apr 9, 2020
1 parent 68195f6 commit 86b235f
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 @@ -406,8 +406,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 86b235f

Please sign in to comment.