From 569f71fa773769fd931b3f2a86cd56ba5d020e49 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 25 Dec 2021 19:36:09 +0200 Subject: [PATCH 44/44] civ2: Disallow Upgrade Unit See osdn #43404 Signed-off-by: Marko Lindqvist --- data/civ2/game.ruleset | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/data/civ2/game.ruleset b/data/civ2/game.ruleset index f3a9ed1234..dc17c6904e 100644 --- a/data/civ2/game.ruleset +++ b/data/civ2/game.ruleset @@ -544,9 +544,6 @@ ui_name_nuke_units = _("%sNuke Units%s") ; /* TRANS: Set _Home City (100% chance of success). */ ui_name_home_city = _("Set %sHome City%s") -; /* TRANS: _Upgrade Unit (100% chance of success). */ -ui_name_upgrade_unit = _("%sUpgrade Unit%s") - ; /* TRANS: Drop _Paratrooper (100% chance of success). */ ui_name_paradrop_unit_enter = _("Drop %sParatrooper%s") @@ -1159,13 +1156,6 @@ target_reqs = "CityTile", "Claimed", "Local", TRUE } -[actionenabler_upgrade_unit] -action = "Upgrade Unit" -actor_reqs = - { "type", "name", "range", "present" - "DiplRel", "Foreign", "Local", FALSE - } - [actionenabler_airlift_unit] action = "Airlift Unit" actor_reqs = -- 2.34.1