From 12539d0f56085e9b84c38de3b2b98626cca4445d Mon Sep 17 00:00:00 2001 From: dftec Date: Thu, 20 May 2021 23:16:40 +0200 Subject: [PATCH] civ2civ3: The Republic had redundant dependency on Code of Laws. --- data/civ2civ3/techs.ruleset | 4 ++-- data/sandbox/techs.ruleset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/civ2civ3/techs.ruleset b/data/civ2civ3/techs.ruleset index e37ba960cd..bc4e20fc56 100644 --- a/data/civ2civ3/techs.ruleset +++ b/data/civ2civ3/techs.ruleset @@ -803,8 +803,8 @@ Halves the corruption of trade related to distance from the capital \ [advance_the_republic] name = _("The Republic") -req1 = "Code of Laws" -req2 = "Literacy" +req1 = "Literacy" +req2 = "None" flags = "" graphic = "a.the_republic" graphic_alt = "-" diff --git a/data/sandbox/techs.ruleset b/data/sandbox/techs.ruleset index 3245d5aff6..2b119e0681 100644 --- a/data/sandbox/techs.ruleset +++ b/data/sandbox/techs.ruleset @@ -820,8 +820,8 @@ Halves the corruption of trade related to distance from the capital \ [advance_the_republic] name = _("The Republic") -req1 = "Code of Laws" -req2 = "Literacy" +req1 = "Literacy" +req2 = "None" flags = "" graphic = "a.the_republic" graphic_alt = "-" -- 2.25.1