Fix bug #14378: Storm's text is "spoken" by Nym.
This commit is contained in:
parent
b57ec11a9c
commit
0de1823328
1 changed files with 16 additions and 4 deletions
|
@ -1349,10 +1349,22 @@
|
|||
[/allow_undo]
|
||||
|
||||
{CHECK_EXPLORER}
|
||||
[message]
|
||||
speaker=$explorer.id
|
||||
message= _ "This is the end of the line. The water is too deep for me to continue any further. I'm freezing cold, wet, and I can't see a thing. I'm not exactly sure what I'm doing up here. Some strange influence made me want to come up here, but I don't know what made me think it could be of any good."
|
||||
[/message]
|
||||
[if]
|
||||
[not]
|
||||
# Dust devil is supposed to be mute. FThis isn't like
|
||||
# the other cases, where Nym could plausibly speak the line.
|
||||
[variable]
|
||||
name=unit.type
|
||||
equals=Dust Devil
|
||||
[/variable]
|
||||
[/not]
|
||||
[then]
|
||||
[message]
|
||||
speaker=$explorer.id
|
||||
message= _ "This is the end of the line. The water is too deep for me to continue any further. I'm freezing cold, wet, and I can't see a thing. I'm not exactly sure what I'm doing up here. Some strange influence made me want to come up here, but I don't know what made me think it could be of any good."
|
||||
[/message]
|
||||
[/then]
|
||||
[/if]
|
||||
{CLEAR_VARIABLE explorer}
|
||||
[/event]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue