Fix for bug #20851, provided by bumbadadabum

This commit is contained in:
Charles Dang 2013-06-19 13:14:39 +11:00
parent b6422e4a38
commit 4eaec7b92c

View file

@ -585,10 +585,24 @@
speaker=Father Morvin
message= _ "Thera!"
[/message]
[message]
speaker=unit
message= _ "Please, folks, not now."
[/message]
[if]
[variable]
name=unit.id
equals="Sister Thera"
[/variable]
[then]
[message]
speaker=Tallin
message= _ "Please, folks, not now."
[/message]
[/then]
[else]
[message]
speaker=unit
message= _ "Please, folks, not now."
[/message]
[/else]
[/if]
[message]
speaker=Sister Thera
message= _ "Oh, sorry."
@ -699,10 +713,24 @@
speaker=Father Morvin
message= _ "Thera!"
[/message]
[message]
speaker=unit
message= _ "Please, folks, not now."
[/message]
[if]
[variable]
name=unit.id
equals="Father Morvin"
[/variable]
[then]
[message]
speaker=Tallin
message= _ "Please, folks, not now."
[/message]
[/then]
[else]
[message]
speaker=unit
message= _ "Please, folks, not now."
[/message]
[/else]
[/if]
[message]
speaker=Sister Thera
message= _ "Oh, sorry."