Author: ai0867
Date: Fri Sep 19 09:48:30 2008
New Revision: 29543

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29543&view=rev
Log:
* Address bug #12330 (recalled units not suffering from dehydration)

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg?rev=29543&r1=29542&r2=29543&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/02_Across_the_Harsh_Sands.cfg
 Fri Sep 19 09:48:30 2008
@@ -2023,6 +2023,20 @@
 
     [event]
         name=recruit
+        first_time_only=no
+        [store_unit]
+            variable=player_unit
+            kill=no
+            [filter]
+                x=$x1
+                y=$y1
+            [/filter]
+        [/store_unit]
+        {INIT_HYDRATION_FOR_PLAYER_UNIT}
+    [/event]
+
+    [event]
+        name=recall
         first_time_only=no
         [store_unit]
             variable=player_unit


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

Reply via email to