Author: rhuvaen
Date: Thu Nov  1 23:31:21 2007
New Revision: 21396

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21396&view=rev
Log:
Fix to the village-reclaiming dialog (preventing it being triggered by the 
enemy).

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg?rev=21396&r1=21395&r2=21396&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg 
(original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg 
Thu Nov  1 23:31:21 2007
@@ -389,10 +389,18 @@
         [/if]
       [/then]
       [else]
-        [message]
-          speaker=unit
-          message= _ "This encampment has been abandoned. There are signs of a 
struggle and a few bloodstains but nothing else. I fear for those elves who 
lived out here."
-        [/message]
+        [if]
+          [variable]
+            name=unit.side
+            equals=1
+          [/variable]
+          [then]
+            [message]
+              speaker=unit
+              message= _ "This encampment has been abandoned. There are signs 
of a struggle and a few bloodstains but nothing else. I fear for those elves 
who lived out here."
+            [/message]
+          [/then]
+        [/if]
       [/else]
     [/if]
     {CLEAR_VARIABLE vill}


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

Reply via email to