Author: sveinung
Date: Fri May 29 15:02:57 2015
New Revision: 29145

URL: http://svn.gna.org/viewcvs/freeciv?rev=29145&view=rev
Log:
civ2: remove terrain restrictions on spy actions.

Civilization II allowed a Diplomat/Spy to perform spy actions while inside
a ship over ocean.

Reported by Steve R. on the forum

See bug #23604

Modified:
    branches/S2_6/data/civ2/game.ruleset

Modified: branches/S2_6/data/civ2/game.ruleset
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/data/civ2/game.ruleset?rev=29145&r1=29144&r2=29145&view=diff
==============================================================================
--- branches/S2_6/data/civ2/game.ruleset        (original)
+++ branches/S2_6/data/civ2/game.ruleset        Fri May 29 15:02:57 2015
@@ -217,7 +217,6 @@
     { "type",   "name", "range"
       "UnitFlag", "Diplomat", "Local"
       "DiplRel", "War", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 
@@ -227,7 +226,6 @@
     { "type",   "name", "range"
       "DiplRel", "War", "Local"
       "UnitFlag", "Spy", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 
@@ -236,7 +234,6 @@
 actor_reqs    =
     { "type",   "name", "range"
       "UnitFlag", "Diplomat", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 
@@ -245,7 +242,6 @@
 actor_reqs    =
     { "type",   "name", "range"
       "UnitFlag", "Diplomat", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 
@@ -255,7 +251,6 @@
     { "type",   "name", "range"
       "UnitFlag", "Spy", "Local"
       "DiplRel", "War", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 target_reqs    =
@@ -268,7 +263,6 @@
 actor_reqs    =
     { "type",   "name", "range"
       "UnitFlag", "Diplomat", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 target_reqs  =
@@ -281,7 +275,6 @@
 actor_reqs    =
     { "type",   "name", "range"
       "UnitFlag", "Spy", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 target_reqs  =
@@ -296,7 +289,6 @@
       "UnitFlag", "Diplomat", "Local", TRUE
       "DiplRel", "Alliance", "Local", FALSE
       "DiplRel", "Team", "Local", FALSE
-      "UnitState", "OnLivableTile", "Local", TRUE
       "MinMoveFrags", "1", "Local", TRUE
     }
 target_reqs  =
@@ -312,7 +304,6 @@
       "UnitFlag", "Diplomat", "Local", TRUE
       "DiplRel", "Alliance", "Local", FALSE
       "DiplRel", "Team", "Local", FALSE
-      "UnitState", "OnLivableTile", "Local", TRUE
       "MinMoveFrags", "1", "Local", TRUE
     }
 target_reqs    =
@@ -328,7 +319,6 @@
     { "type",   "name", "range"
       "Unitflag", "Spy", "Local"
       "DiplRel", "War", "Local"
-      "UnitState", "OnLivableTile", "Local"
       "MinMoveFrags", "1", "Local"
     }
 target_reqs    =


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

Reply via email to