Author: esr
Date: Mon Dec  8 04:22:19 2008
New Revision: 31366

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31366&view=rev
Log:
Fix two misnamed LoW macro calls.
Tell wmllint to ignore two translation-mark edge cases.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/19_Costly_Revenge.cfg
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg

Modified: trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg?rev=31366&r1=31365&r2=31366&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/09_Bounty_hunters.cfg Mon 
Dec  8 04:22:19 2008
@@ -196,7 +196,7 @@
             [then]
                 [set_variable]
                     name=left_behind
-                    value= _ "some experienced warriors"
+                    value= _ "some experienced warriors"       # wmllint: 
ignore
                 [/set_variable]
             [/then]
         [/if]
@@ -218,7 +218,7 @@
                     value=$l3_length
                     [set_variable]
                         name=left_behind
-                        format=$left_behind + _ " and " + 
$l3_selector_store[$i].name
+                        format=$left_behind + _ " and " + 
$l3_selector_store[$i].name  # wmllint: ignore
                     [/set_variable]
                 [/case]
                 [else]

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=31366&r1=31365&r2=31366&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 Mon 
Dec  8 04:22:19 2008
@@ -15,9 +15,6 @@
     {EXTRA_SCENARIO_MUSIC the_dangerous_symphony.ogg}
 
     {DEFAULT_SCHEDULE}
-
-    {GIVE_ALL_VILLAGES 2}
-    {STARTING_VILLAGES 3 20}
 
     next_scenario=20_Council_ruling
     [story]
@@ -91,6 +88,9 @@
         [/ai]
     [/side]
 
+    {STARTING_VILLAGES_ALL 2}
+    {STARTING_VILLAGES 3 20}
+
     [event]
         name=prestart
         [objectives]

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg?rev=31366&r1=31365&r2=31366&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/21_Elvish_Assassins.cfg 
Mon Dec  8 04:22:19 2008
@@ -14,8 +14,6 @@
     {LOW_MASK 21_Elvish_Assassins.mask}
 
     {TURNS 20 16 12}
-
-    {GIVE_ALL_VILLAGES 1}
 
     {INTRO_AND_SCENARIO_MUSIC revelation.ogg the_dangerous_symphony.ogg}
     {EXTRA_SCENARIO_MUSIC the_king_is_dead.ogg}
@@ -164,6 +162,8 @@
         {INCOME 4 8 12}
     [/side]
     #undef HIGH_PRIORITY_TARGETS
+
+    {STARTING_VILLAGES_ALL 1}
 
     [event]
         name=prestart


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

Reply via email to