From c498323180df1e073af4a7a6b64427ed9ca76071 Mon Sep 17 00:00:00 2001 From: Dino Date: Mon, 24 Aug 2026 20:29:51 -0400 Subject: [PATCH] Fix rulesets with Storm units so they don't disappear RM #2164 --- data/civ2civ3/effects.ruleset | 1 + data/sandbox/effects.ruleset | 1 + 2 files changed, 2 insertions(+) diff --git a/data/civ2civ3/effects.ruleset b/data/civ2civ3/effects.ruleset index e4f5f62e75..713121e2cf 100644 --- a/data/civ2civ3/effects.ruleset +++ b/data/civ2civ3/effects.ruleset @@ -195,6 +195,7 @@ value = 10 reqs = { "type", "name", "range", "present" "NationGroup", "Barbarian", "Player", TRUE + "Nation", "Animal Kingdom", "Player", FALSE "Age", "5", "Local", TRUE "CityTile", "Center", "Tile", FALSE } diff --git a/data/sandbox/effects.ruleset b/data/sandbox/effects.ruleset index a4e5b7dc2b..225ce05cbd 100644 --- a/data/sandbox/effects.ruleset +++ b/data/sandbox/effects.ruleset @@ -195,6 +195,7 @@ value = 10 reqs = { "type", "name", "range", "present" "NationGroup", "Barbarian", "Player", TRUE + "Nation", "Animal Kingdom", "Player", FALSE "Age", "5", "Local", TRUE "CityTile", "Center", "Tile", FALSE } -- 2.31.0