Fix a conditional that prevented the Naga Queen...

...from responding correctly when player has mermen as allies.
This commit is contained in:
Eric S. Raymond 2007-09-06 04:21:38 +00:00
parent f960520716
commit c583261efc

View file

@ -208,22 +208,23 @@
[/objectives]
[/event]
# The nagas are sighted, and move to defend their home. They are enraged if you allied with the mermen in "Born to the Banner"
# The nagas are sighted, and move to defend their home.
# They are enraged if you allied with the mermen in "Born to the Banner"
[event]
name=sighted
[filter]
description=Naga Queen
description=Queen Xeila
[/filter]
[if]
[variable]
name=has_mermen
equals="Yes"
equals="yes"
[/variable]
[then]
[message]
speaker=Naga Queen
speaker=Queen Xeila
message= _ "Hss... Here are the humans who have made a pact with the cursed mermen! Hss..."
[/message]
[message]
@ -231,7 +232,7 @@
message= _ "We have stumbled into a den of nagas!"
[/message]
[message]
speaker=Naga Queen
speaker=Queen Xeila
message= _ "Hss... We will kill them all, my brood. Hss..."
[/message]
[message]
@ -241,7 +242,7 @@
[/then]
[else]
[message]
speaker=Naga Queen
speaker=Queen Xeila
message= _ "Hss... elves! Are they friends or enemies? Hss..."
[/message]
[message]
@ -249,7 +250,7 @@
message= _ "We are weary travelers, seeking our homes. If you but let us pass..."
[/message]
[message]
speaker=Naga Queen
speaker=Queen Xeila
message= _ "Hss... And humans! Humans drained our swamps and made them fields for farms, and now they have found my winter nest. The Land-Walkers must die! Hss..."
[/message]
[message]
@ -266,7 +267,7 @@
condition=win
[/objective]
[objective]
description= _ "Defeat the Naga Queen"
description= _ "Defeat the Queen Xeila"
condition=win
[/objective]
[objective]
@ -284,15 +285,15 @@
[/objectives]
[/event]
# The Naga Queen dies...
# Queen Xeila dies...
[event]
name=die
[filter]
description=Naga Queen
description=Queen Xeila
[/filter]
[message]
speaker=Naga Queen
speaker=Queen Xeila
message= _ "Hss... Who will watch over my brood now? Hss..."
[/message]
[/event]