Author: fendrin
Date: Sun Apr 12 21:21:08 2009
New Revision: 34814

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34814&view=rev
Log:
LoW 19:
Stored Cleodil in her own variable to avoid ugly code for restoring her but not 
the other fairies in 21.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg

Modified: trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg?rev=34814&r1=34813&r2=34814&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg Sun 
Apr 12 21:21:08 2009
@@ -73,7 +73,15 @@
         [/disallow_recruit]
         [store_unit]
             kill=yes
-            variable=shamans
+            variable=cleodil
+            [filter]
+                # wmllint: recognize Cleodil
+                id=Cleodil
+            [/filter]
+        [/store_unit]
+        [store_unit]
+            kill=yes
+            variable=faeries
             [filter]
                 type={SHAMANS}
             [/filter]
@@ -81,7 +89,6 @@
 
         {RECALL_LOYALS}
         # wmllint: recognize Landar
-        # wmllint: recognize Cleodil
 
         {CHECK_LANDAR}
     [/event]


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

Reply via email to