Author: esr
Date: Sun Apr 12 08:15:29 2009
New Revision: 34754

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34754&view=rev
Log:
Fix a broken wakeup event.

Modified:
    
trunk/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg

Modified: 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg?rev=34754&r1=34753&r2=34754&view=diff
==============================================================================
--- 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg
 (original)
+++ 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/12_terror_at_the_ford_of_parthyn.cfg
 Sun Apr 12 08:15:29 2009
@@ -290,6 +290,7 @@
         [/message]
         [message]
             speaker=Delfador
+            #po: "be of heart" -> "have courage" in modern English. 
             message= _ "I have fought these before. Be of heart: impact 
weapons and magic can defeat them. Do I recall aright that there is a school of 
mages not far from here?"
         [/message]
         [message]
@@ -414,19 +415,38 @@
     {SIGHTED_EVENT 2 orcs}
     {SIGHTED_EVENT 3 undeads}
     {SIGHTED_EVENT 4 loyalists}
-    #{SIGHTED_EVENT 5 mages}
-
 #undef SIGHTED_EVENT
 
+    # This wakes up the mages
     [event]
         name=moveto
+        first_time_only=yes
         [filter]
             side=1
             x,y=16-27,42-50
         [/filter]
-        [fire_event]
-            name=mages
-        [/fire_event]
+        [message]
+            speaker=Arpus
+            message= _ "What are you doing here, disturbing our peace and 
concentration?"
+        [/message]
+        [message]
+            speaker=unit
+            message= _ "Undead are attacking the fort on the north shore. We 
need your help!"
+        [/message]
+        [message]
+            speaker=Arpus
+            message= _ "I have told the commander of that garrison that we 
take orders from none other than the Chief Mage of the High Council, Master 
Leollyn! "
+        [/message]
+        [message]
+            speaker=unit
+            message= _ "Leollyn's emissary, Delfador, requests your help. He 
bears Leollyn's token, which is not lightly given."
+        [/message]
+        [message]
+            speaker=Arpus
+            message= _ "I recognize it. Very well; we shall join battle."
+        [/message]
+
+        {SUBSUME_SIDE_AND_VILLAGES 5}
     [/event]
 
     #################from here on
@@ -1028,34 +1048,6 @@
     [/event]
     #end deaths of enemies
 
-    # Mages wake up.
-    [event]
-        name=mages
-        first_time_only=yes
-        [message]
-            speaker=Arpus
-            message= _ "What are you doing here, disturbing our peace and 
concentration?"
-        [/message]
-        [message]
-            speaker=unit
-            message= _ "Undead are attacking the fort on the north shore. We 
need your help!"
-        [/message]
-        [message]
-            speaker=Arpus
-            message= _ "I have told the commander of that garrison that we 
take orders from none other than the Chief Mage of the High Council, Master 
Leollyn! "
-        [/message]
-        [message]
-            speaker=unit
-            message= _ "Leollyn's emissary, Delfador, requests your help. He 
bears Leollyn's token, which is not lightly given."
-        [/message]
-        [message]
-            speaker=Arpus
-            message= _ "I recognize it. Very well; we shall join battle."
-        [/message]
-
-        {SUBSUME_SIDE_AND_VILLAGES 5}
-    [/event]
-
     # Victory
     [event]
         name=victory


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

Reply via email to