<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40219 >

 Some civ1 ruleset terrains are not passable by any units.

 Fix attached


 - ML

diff -Nurd -X.diff_ignore freeciv/data/civ1/terrain.ruleset freeciv/data/civ1/terrain.ruleset
--- freeciv/data/civ1/terrain.ruleset	2008-04-08 20:41:24.000000000 +0300
+++ freeciv/data/civ1/terrain.ruleset	2008-04-28 02:51:42.000000000 +0300
@@ -579,6 +579,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "terrain_brown_plain"
 cooler_drier_result  = "no"
+native_to            = "Land", "Air", "Missile"
 property_dry         = 100
 property_tropical    = 50
 helptext             = _("\
@@ -994,6 +995,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "terrain_desert_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to     	     = "Land", "Air", "Missile"
 property_foliage     = 50
 property_tropical    = 50
 property_wet         = 50
@@ -1027,6 +1029,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "terrain_desert_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to            = "Land", "Air", "Missile"
 property_foliage     = 50
 property_temperate   = 50
 property_wet         = 50
@@ -1060,6 +1063,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "no"
 cooler_drier_result  = "no"
+native_to            = "Land", "Air", "Missile"
 property_mountainous = 70
 helptext             = _("\
 Mountains are regions of extreme altitude, making agriculture and\
@@ -1091,6 +1095,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "no"
 cooler_drier_result  = "no"
+native_to            = "Land", "Air", "Missile"
 property_frozen      = 100
 property_mountainous = 90
 helptext             = _("\
@@ -1265,6 +1270,7 @@
 warmer_drier_result  = "terrain_brown_plain"
 cooler_wetter_result = "terrain_green_grassland_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to            = "Land", "Air", "Missile"
 property_foliage     = 10
 property_wet         = 100
 helptext             = _("\
@@ -1297,6 +1303,7 @@
 warmer_drier_result  = "terrain_brown_plain"
 cooler_wetter_result = "terrain_green_grassland_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to            = "Land", "Air", "Missile"
 property_foliage     = 30
 property_wet         = 100
 helptext             = _("\
@@ -1329,6 +1336,7 @@
 warmer_drier_result  = "terrain_brown_plain"
 cooler_wetter_result = "terrain_green_grassland_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to            = "Land", "Air", "Missile"
 property_foliage     = 50
 property_temperate   = 50
 property_wet         = 100
@@ -1362,6 +1370,7 @@
 warmer_drier_result  = "terrain_brown_plain"
 cooler_wetter_result = "terrain_green_grassland_plain"
 cooler_drier_result  = "terrain_tundra_plain"
+native_to            = "Land", "Air", "Missile"
 property_foliage     = 50
 property_tropical    = 50
 property_wet         = 100
@@ -1462,6 +1471,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "no"
 cooler_drier_result  = "no"
+native_to            = "Land", "Air", "Missile"
 property_mountainous = 70
 helptext             = _("\
 Mountains are regions of extreme altitude, making agriculture and\
@@ -1493,6 +1503,7 @@
 warmer_drier_result  = "no"
 cooler_wetter_result = "no"
 cooler_drier_result  = "no"
+native_to            = "Land", "Air", "Missile"
 property_frozen      = 100
 property_mountainous = 90
 helptext             = _("\
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to