Author: shadowmaster
Date: Tue Sep  2 06:23:49 2008
New Revision: 29179

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29179&view=rev
Log:
* Replaced unknown [variable] tag with [set_variable]
* Fixed wrong image path to merman

Modified:
    trunk/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg

Modified: 
trunk/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg?rev=29179&r1=29178&r2=29179&view=diff
==============================================================================
--- trunk/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg 
(original)
+++ trunk/data/campaigns/The_South_Guard/scenarios/01_Born_To_The_Banner.cfg 
Tue Sep  2 06:23:49 2008
@@ -114,10 +114,10 @@
         [/objectives]
 
 #ifdef EASY
-        [variable]
+        [set_variable]
             name=leader_attacked
             value=false
-        [/variable]
+        [/set_variable]
 #endif
 
         # Add a useful village on 'trivial' difficulty'.
@@ -446,7 +446,7 @@
 #ifdef EASY
         [message]
             speaker=narrator
-            image="merfolk/hunter-defend.png~RC(magenta>red)"
+            image="units/merfolk/hunter-defend.png~RC(magenta>red)"
             message= _ "You may now recruit Merman Hunters. Mermen are aquatic 
creatures. Keep them in rivers and swamps and they will fight well! Put them on 
dry land and they're in trouble!"
         [/message]
 #endif
@@ -586,10 +586,10 @@
         [filter_second]
             id=Urza Mathin
         [/filter_second]
-        [variable]
+        [set_variable]
             name=leader_attacked
             value=true
-        [/variable]
+        [/set_variable]
     [/event]
 
     [event]
@@ -597,7 +597,7 @@
         [if]
             [variable]
                 name=leader_attacked
-                not_equals=true
+                boolean_not_equals=true
             [/variable]
             [then]
                 [scroll_to_unit]
@@ -647,5 +647,9 @@
             image=portraits/deoran-sad.png
             message= _ "This is worse than even my darkest fears. We must ride 
to Westin at once, and hope that Sir Loris is there and well! Come men! Ride 
for Westin!"
         [/message]
+
+        [clear_variable]
+            name=leader_attacked
+        [/clear_variable]
     [/event]
 [/scenario]


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

Reply via email to