Author: zookeeper
Date: Thu Mar 26 16:24:47 2009
New Revision: 34147

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34147&view=rev
Log:
Made any villages captured by the reinforcements be given to Dommel.

Modified:
    trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg

Modified: trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg?rev=34147&r1=34146&r2=34147&view=diff
==============================================================================
--- trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg (original)
+++ trunk/data/campaigns/Liberty/scenarios/08_Glory.cfg Thu Mar 26 16:24:47 2009
@@ -602,6 +602,25 @@
     {BAD_CAVALRY 25}
     {BAD_CAVALRY 31}
 
+    # If the side 3 reinforcements move to a village, it is given to side 2
+    [event]
+        name=moveto
+        first_time_only=no
+
+        [filter]
+            side=3
+
+            [filter_location]
+                terrain=*^V*
+            [/filter_location]
+        [/filter]
+
+        [capture_village]
+            side=2
+            x,y=$x1,$y1
+        [/capture_village]
+    [/event]
+
     #
     # Special Event - the first time you kill one of them, they catch on
     # that you're trying to storm the fortress (color dialogue)


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

Reply via email to