From d1c00926bd2a6c43c3fecaeaf9438eaf1d94cfa6 Mon Sep 17 00:00:00 2001 From: Sveinung Kvilhaugsvik Date: Tue, 16 Mar 2021 16:31:46 +0100 Subject: [PATCH 5/6] Remove unused "Transport Disembark 2" mention. The rulesets civ1, civ2 and webperimental mentions "Transport Disembark 2" in their Illegal_Action_Move_Cost effect but they never enable "Transport Disembark 2". Remove the mention. See osdn #41798 --- data/civ1/effects.ruleset | 1 - data/civ2/effects.ruleset | 1 - data/webperimental/effects.ruleset | 1 - 3 files changed, 3 deletions(-) diff --git a/data/civ1/effects.ruleset b/data/civ1/effects.ruleset index 4b6fc2dd45..c80e5f8742 100644 --- a/data/civ1/effects.ruleset +++ b/data/civ1/effects.ruleset @@ -1381,7 +1381,6 @@ reqs = "Action", "Transport Board", "Local", FALSE "Action", "Transport Alight", "Local", FALSE "Action", "Transport Disembark", "Local", FALSE - "Action", "Transport Disembark 2", "Local", FALSE } [effect_incident_success_steal_tech] diff --git a/data/civ2/effects.ruleset b/data/civ2/effects.ruleset index e0f1b26f29..33710ac58c 100644 --- a/data/civ2/effects.ruleset +++ b/data/civ2/effects.ruleset @@ -2303,7 +2303,6 @@ reqs = "Action", "Transport Board", "Local", FALSE "Action", "Transport Alight", "Local", FALSE "Action", "Transport Disembark", "Local", FALSE - "Action", "Transport Disembark 2", "Local", FALSE } ; Allow everyone to declar war on the terrorist nation diff --git a/data/webperimental/effects.ruleset b/data/webperimental/effects.ruleset index 06dc7945ae..45c6280bf3 100644 --- a/data/webperimental/effects.ruleset +++ b/data/webperimental/effects.ruleset @@ -2494,7 +2494,6 @@ reqs = "Action", "Transport Board", "Local", FALSE "Action", "Transport Alight", "Local", FALSE "Action", "Transport Disembark", "Local", FALSE - "Action", "Transport Disembark 2", "Local", FALSE } [effect_incident_caught_steal_tech] -- 2.20.1