Correct Dommel's death message in case he doesn't die in combat.
(bug #12579)
This commit is contained in:
parent
ceeb7f8d31
commit
ef4db0af94
1 changed files with 18 additions and 4 deletions
|
@ -924,10 +924,24 @@ Uu , Uu , Chr , Uh , Re , Uu
|
|||
[filter]
|
||||
id=Dommel
|
||||
[/filter]
|
||||
[message]
|
||||
speaker=second_unit
|
||||
message= _ "Your reign of terror is over, General."
|
||||
[/message]
|
||||
[if]
|
||||
[variable]
|
||||
name=second_unit.id
|
||||
equals=Dommel
|
||||
[/variable]
|
||||
[then]
|
||||
[message]
|
||||
speaker=Baldras
|
||||
message= _ "Your reign of terror is over, General."
|
||||
[/message]
|
||||
[/then]
|
||||
[else]
|
||||
[message]
|
||||
speaker=second_unit
|
||||
message= _ "Your reign of terror is over, General."
|
||||
[/message]
|
||||
[/else]
|
||||
[/if]
|
||||
[message]
|
||||
speaker=Dommel
|
||||
message= _ "You will never successfully oppose Asheviere. Her power is too great... This small victory today is but a reprieve from the unimaginable pain you will suffer when the full force of her wrath descends upon you."
|
||||
|
|
Loading…
Add table
Reference in a new issue