SotBE S18: make Shan Taum death dialog work even if ...

... Kapou'e kills him himself.
This commit is contained in:
mattsc 2013-11-14 08:52:06 -08:00
parent 37517f03be
commit c3bcb6f687

View file

@ -651,10 +651,24 @@
[/have_unit]
[then]
[message]
speaker=second_unit
message= _ "Yeah, we finally got the coward. What do you want us to do with him chief?"
[/message]
[if]
[variable]
name=second_unit.id
equals="Kapou'e"
[/variable]
[then]
[message]
speaker=second_unit
message= _ "Yeah, we finally got the coward."
[/message]
[/then]
[else]
[message]
speaker=second_unit
message= _ "Yeah, we finally got the coward. What do you want us to do with him chief?"
[/message]
[/else]
[/if]
[/then]
[else]