Author: anonymissimus
Date: Sat Mar 31 16:42:25 2012
New Revision: 53719

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53719&view=rev
Log:
add missing unit conversion rules (fix for bug #19287)

backported from trunk r53716

Turns out that while the cause of the bug is easy,
it was obscured by the AI recruitment which did apparently change
and revealed the bug; and by the AI which does of course not
always make the same decisions what made the problem appear
at random.

Modified:
    branches/1.10/data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg

Modified: branches/1.10/data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.10/data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg?rev=53719&r1=53718&r2=53719&view=diff
==============================================================================
--- branches/1.10/data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg 
(original)
+++ branches/1.10/data/campaigns/Liberty/scenarios/04_Unlawful_Orders.cfg Sat 
Mar 31 16:42:25 2012
@@ -297,6 +297,18 @@
                 human_type=General
                 undead_type=Death Knight
             [/value]
+            [value]
+                human_type=Horseman
+                undead_type=Skeleton Rider
+            [/value]
+            [value]
+                human_type=Knight
+                undead_type=Bone Knight
+            [/value]
+            [value]
+                human_type=Lancer
+                undead_type=Bone Knight
+            [/value]
         [/set_variables]
     [/event]
 


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

Reply via email to