Author: fendrin
Date: Sat Oct 24 17:01:07 2009
New Revision: 39428

URL: http://svn.gna.org/viewcvs/wesnoth?rev=39428&view=rev
Log:
UtbS 6a: Simplified the coding of a healing fountain.

Modified:
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg?rev=39428&r1=39427&r2=39428&view=diff
==============================================================================
--- 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
 (original)
+++ 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/06a_In_the_Tunnels_of_Trolls.cfg
 Sat Oct 24 17:01:07 2009
@@ -23,6 +23,7 @@
 
     [side]
         side=1
+        #this is the default
         colour=red
         id=Kaleh
         type=Desert Fighter
@@ -1408,19 +1409,13 @@
         name=new turn
         first_time_only=no
 
-        [object]
+        [heal_unit]
             [filter]
                 x,y=22,26
             [/filter]
-
-            silent=yes
-            duration="level"
-
-            [effect]
-                apply_to="hitpoints"
-                increase=10
-            [/effect]
-        [/object]
+            amount=10
+            animate=yes
+        [/heal_unit]
     [/event]
 
     # This function fires each turn and checks to see if it should summon


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

Reply via email to