Author: jtn
Date: Mon Oct  3 12:02:26 2016
New Revision: 33972

URL: http://svn.gna.org/viewcvs/freeciv?rev=33972&view=rev
Log:
civ2civ3: Allow building Lighthouse and Magellan's Expedition next to
Deep Ocean.

See patch #7742.

Modified:
    branches/S2_6/data/civ2civ3/buildings.ruleset
    branches/S2_6/data/civ2civ3/terrain.ruleset

Modified: branches/S2_6/data/civ2civ3/buildings.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2civ3/buildings.ruleset?rev=33972&r1=33971&r2=33972&view=diff
==============================================================================
--- branches/S2_6/data/civ2civ3/buildings.ruleset       (original)
+++ branches/S2_6/data/civ2civ3/buildings.ruleset       Mon Oct  3 12:02:26 2016
@@ -1682,7 +1682,7 @@
 reqs   =
     { "type", "name", "range"
       "Tech", "Map Making", "Player"
-      "Terrain", "Ocean", "Adjacent"
+      "TerrainFlag", "Sea", "Adjacent"
     }
 graphic        = "b.lighthouse"
 graphic_alt    = "-"
@@ -1707,7 +1707,7 @@
 reqs   =
     { "type", "name", "range"
       "Tech", "Magnetism", "Player"
-      "Terrain", "Ocean", "Adjacent"
+      "TerrainFlag", "Sea", "Adjacent"
     }
 graphic        = "b.magellans_expedition"
 graphic_alt    = "-"

Modified: branches/S2_6/data/civ2civ3/terrain.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2civ3/terrain.ruleset?rev=33972&r1=33971&r2=33972&view=diff
==============================================================================
--- branches/S2_6/data/civ2civ3/terrain.ruleset (original)
+++ branches/S2_6/data/civ2civ3/terrain.ruleset Mon Oct  3 12:02:26 2016
@@ -23,7 +23,7 @@
 flags =
   { "name", "helptxt"
     _("Oil"), _("Mine can be upgraded to Oil Well.")
-    _("Sea"), _("Allows cities to build Harbors.")
+    _("Sea"), _("Allows cities to build Harbors and coastal wonders.")
     _("NoPollution"), _("No Pollution nor Fallout appear here.")
   }
 


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

Reply via email to