SotBE S18: make Shan Taum death dialog work even if ...
... Kapou'e kills him himself.
This commit is contained in:
parent
37517f03be
commit
c3bcb6f687
1 changed files with 18 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue