Author: cycholka
Date: Mon Jul 28 20:45:09 2008
New Revision: 28252

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28252&view=rev
Log:
Force immediate variable substitution in outer villages event.

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/scen1/outer_villages.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/scen1/outer_villages.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/scen1/outer_villages.cfg?rev=28252&r1=28251&r2=28252&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/scen1/outer_villages.cfg 
(original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/scen1/outer_villages.cfg 
Mon Jul 28 20:45:09 2008
@@ -15,7 +15,7 @@
 
 [event]
     name=start
-
+       
     # There is a number of houses inside the oasis and even more tents by the 
necromancers fort, we need to make sure
     # that these are ignored. To do this we store coordinates 
([store_locations]) of all desert villages (Dd^Vt) that
     # are not ([not]) within rectangle defined by points 40,1 60,12 (x=40-60, 
y=1-12) or ([or]) rectangle defined by 22,24 43,34 .
@@ -44,7 +44,7 @@
     # In this way for each village we declare an capture event
     [event]
         name=capture
-
+               delayed_variable_substitution=no
         # That triggers for both side 1 and 3 on a village of coordinates x,y
         [filter]
             side=1,3


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

Reply via email to