Author: anonymissimus
Date: Sun Aug  7 21:33:44 2011
New Revision: 50642

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50642&view=rev
Log:
fixed condition checking for undead in recall list based on already cleared 
variable
fixed key wording
(fix for bug #17365)

Modified:
    
trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg

Modified: 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg?rev=50642&r1=50641&r2=50642&view=diff
==============================================================================
--- 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
 (original)
+++ 
trunk/data/campaigns/Delfadors_Memoirs/scenarios/19_Showdown_in_the_Northern_Swamp.cfg
 Sun Aug  7 21:33:44 2011
@@ -214,11 +214,15 @@
             message= _ "One of us will find a final death here. I do not think 
it will be me."
         [/message]
         [if]
-            {HAVE_UNDEAD_VETERANS}
+            [have_unit]
+                race=undead
+                side=1
+                search_recall_list=yes
+            [/have_unit]
             [then]
                 [set_variable]
                     name=undead_veterans
-                    name=true
+                    value=true
                 [/set_variable]
                 [message]
                     speaker=narrator


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

Reply via email to