Author: jtn
Date: Thu Jun 26 23:57:00 2014
New Revision: 25284

URL: http://svn.gna.org/viewcvs/freeciv?rev=25284&view=rev
Log:
Fix obsolete_by syntax for a couple of civ2civ3 buildings.

See gna bug #22238.

Modified:
    trunk/data/civ2civ3/buildings.ruleset

Modified: trunk/data/civ2civ3/buildings.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/data/civ2civ3/buildings.ruleset?rev=25284&r1=25283&r2=25284&view=diff
==============================================================================
--- trunk/data/civ2civ3/buildings.ruleset       (original)
+++ trunk/data/civ2civ3/buildings.ruleset       Thu Jun 26 23:57:00 2014
@@ -1877,7 +1877,9 @@
     }
 graphic        = "b.womens_suffrage"
 graphic_alt    = "-"
-obsolete_by    = "None"
+obsolete_by    =
+    { "type", "name", "range"
+    }
 build_cost     = 600
 upkeep         = 0
 sabotage       = 0
@@ -1902,7 +1904,9 @@
     }
 graphic        = "b.capitalization"
 graphic_alt    = "-"
-obsolete_by    = "None"
+obsolete_by    =
+    { "type", "name", "range"
+    }
 build_cost     = 999
 upkeep         = 0
 sabotage       = 0


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to