Author: fendrin
Date: Mon Mar  7 15:42:34 2011
New Revision: 48815

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48815&view=rev
Log:
LoW 97: Fixed missing or wrongly applied speech.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg?rev=48815&r1=48814&r2=48815&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/07_Elves_Last_Stand.cfg 
Mon Mar  7 15:42:34 2011
@@ -463,7 +463,12 @@
                 [then]
                     [message]
                         canrecruit=yes
-                        race=orc,troll
+                        [and]
+                            race=orc
+                            [or]
+                                race=troll
+                            [/or]
+                        [/and]
                         message= _ "Flee! They have broken us!"
                     [/message]
                     [fire_event]
@@ -800,6 +805,9 @@
                 [not]
                     id=Galtrid
                 [/not]
+                [not]
+                    id="El'Isomithir"
+                [/not]
                 message= _ "Let us pursue the orc who murdered $unit.name|!"
             [/message]
             [message]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to