Author: shadowmaster
Date: Tue Nov 24 19:43:02 2009
New Revision: 39939

URL: http://svn.gna.org/viewcvs/wesnoth?rev=39939&view=rev
Log:
Put map items and units on prestart event, not start event.

Modified:
    trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg

Modified: 
trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg?rev=39939&r1=39938&r2=39939&view=diff
==============================================================================
--- trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg 
(original)
+++ trunk/data/campaigns/Northern_Rebirth/scenarios/01_Breaking_the_Chains.cfg 
Tue Nov 24 19:43:02 2009
@@ -154,6 +154,24 @@
 
         # {SCATTER_IMAGE (terrain=Gs^Fp) 12 scenery/pine2.png}
 
+        {PLACE_IMAGE scenery/dwarven-doors-closed.png 32 4}
+
+        # Override Tallin's team color so he has a distinctive purple shirt.
+        {TEAM_COLOR_OVERRIDE id=Tallin purple}
+        [unit]
+            type=Peasant
+            id=Zlex
+            name= _ "Zlex"
+            side=1
+            x=10
+            y=7
+            [modifications]
+                {TRAIT_LOYAL}
+                {TRAIT_RESILIENT}
+            [/modifications]
+            role=Supporter
+        [/unit]
+
         [objectives]
             side=1
             [objective]
@@ -172,27 +190,8 @@
         [/objectives]
     [/event]
 
-    # Start event. Place images on the map, a supporter to give Tallin
-    # someone to speak to, perform initial dialogue.
     [event]
         name=start
-        {PLACE_IMAGE scenery/dwarven-doors-closed.png 32 4}
-
-        # Override Tallin's team color so he has a distinctive purple shirt.
-        {TEAM_COLOR_OVERRIDE id=Tallin purple}
-        [unit]
-            type=Peasant
-            id=Zlex
-            name= _ "Zlex"
-            side=1
-            x=10
-            y=7
-            [modifications]
-                {TRAIT_LOYAL}
-                {TRAIT_RESILIENT}
-            [/modifications]
-            role=Supporter
-        [/unit]
         [message]
             speaker=Tallin
             message= _ "The orcs have gotten careless - look how easily I 
stole these weapons and this bright gold from them. Now they're killing each 
other. This might be the only chance we got to get rid of this scum once and 
for all. Let's give it to 'em!"


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

Reply via email to