Author: zookeeper
Date: Mon Mar 23 21:39:10 2009
New Revision: 34070

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34070&view=rev
Log:
Ported r34069 to 1.6.

Modified:
    
branches/1.6/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg

Modified: 
branches/1.6/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.6/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg?rev=34070&r1=34069&r2=34070&view=diff
==============================================================================
--- 
branches/1.6/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg
 (original)
+++ 
branches/1.6/data/campaigns/Son_Of_The_Black_Eye/scenarios/02_The_Human_Army.cfg
 Mon Mar 23 21:39:10 2009
@@ -247,52 +247,38 @@
 
             note={NO_EARLY_FINISH_BONUS_NOTE}+{NEW_GOLD_CARRYOVER_NOTE_40}
         [/objectives]
-    [/event]
-
-    [event]
-        name=moveto
-
-        [filter]
-            x=28
-            y=1
-            id="Kapou'e"
-        [/filter]
-
-        [if]
-            [variable]
-                name=time_to_go
-                numerical_equals=1
-            [/variable]
-
-            [then]
-                [message]
-                    speaker="Kapou'e"
-                    message= _ "We'll be back, you foul mud-sucking humans!"
-                [/message]
-
-                [message]
-                    speaker="Lanbec'h"
-                    message= _ "That's right, flee, you cowardly orcs! This 
land is mine!"
-                [/message]
-
-                [message]
-                    speaker="Kapou'e"
-                    message= _ "In your dreams, worm. When the time comes you 
will pay for all this with your life!"
-                    image=portraits/kapoue-angry.png
-                [/message]
-
-                [endlevel]
-                    result=victory
-                    bonus=no
-                    {NEW_GOLD_CARRYOVER 40}
-                [/endlevel]
-            [/then]
-
-            [else]
-                [allow_undo]
-                [/allow_undo]
-            [/else]
-        [/if]
+
+        [event]
+            name=moveto
+
+            [filter]
+                x=28
+                y=1
+                id="Kapou'e"
+            [/filter]
+
+            [message]
+                speaker="Kapou'e"
+                message= _ "We'll be back, you foul mud-sucking humans!"
+            [/message]
+
+            [message]
+                speaker="Lanbec'h"
+                message= _ "That's right, flee, you cowardly orcs! This land 
is mine!"
+            [/message]
+
+            [message]
+                speaker="Kapou'e"
+                message= _ "In your dreams, worm. When the time comes you will 
pay for all this with your life!"
+                image=portraits/kapoue-angry.png
+            [/message]
+
+            [endlevel]
+                result=victory
+                bonus=no
+                {NEW_GOLD_CARRYOVER 40}
+            [/endlevel]
+        [/event]
     [/event]
 
     [event]


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

Reply via email to