Author: shadowmaster
Date: Thu Dec  4 19:16:31 2008
New Revision: 31265

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31265&view=rev
Log:
* Don't scroll to Lich-Lord Caror on side 4 turn until he is unstoned.

Modified:
    trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg

Modified: 
trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg?rev=31265&r1=31264&r2=31265&view=diff
==============================================================================
--- trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg 
(original)
+++ trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg 
Thu Dec  4 19:16:31 2008
@@ -111,7 +111,8 @@
         id=Lich-Lord Caror
         name= _ "Lich-Lord Caror"
         profile="portraits/Other/brown-lich.png"
-        canrecruit=yes
+        canrecruit=no
+        overlays="misc/leader-crown.png"
         recruit=Skeleton, Skeleton Archer, Ghost, Ghoul, Walking Corpse
         {GOLD 120 150 190}
         team_name=undead
@@ -371,6 +372,23 @@
                                     [/set_variable]
                                     [unstone]
                                     [/unstone]
+
+                                    [store_unit]
+                                        [filter]
+                                            id=Lich-Lord Caror
+                                        [/filter]
+                                        variable=caror_store
+                                    [/store_unit]
+
+                                    {VARIABLE caror_store.canrecruit yes}
+                                    {CLEAR_VARIABLE caror_store.overlays}
+                                    [unstore_unit]
+                                        find_vacant=no
+                                        variable=caror_store
+                                    [/unstore_unit]
+
+                                    {CLEAR_VARIABLE caror_store}
+
                                     [message]
                                         speaker=Prince Haldric
                                         message= _ "The Lich is free! Let's 
bash him and grab that book. That sounds like a job for you, Lady Jessica!"


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

Reply via email to