Fix bug #14378: Storm's text is "spoken" by Nym.

This commit is contained in:
Eric S. Raymond 2009-09-29 19:25:46 +00:00
parent b57ec11a9c
commit 0de1823328

View file

@ -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]