From eeb1c3c8de95025b79612e7b0b69a315de5206b4 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 16 Sep 2021 04:15:45 +0300 Subject: [PATCH 8/8] nations.ruleset: Set case of embedded_nations entries to match nation name The comparison is case insensitive so the all-lowercase entries have worked, but they are confusing as they appear different from nation rule_names from individual nations and more like file name. Base on report by ddeanbrown See osdn #42695 Signed-off-by: Marko Lindqvist --- data/civ2civ3/nations.ruleset | 2 +- data/classic/nations.ruleset | 2 +- data/experimental/nations.ruleset | 2 +- data/multiplayer/nations.ruleset | 2 +- data/sandbox/nations.ruleset | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/civ2civ3/nations.ruleset b/data/civ2civ3/nations.ruleset index 0a71a158d6..405bfa605d 100644 --- a/data/civ2civ3/nations.ruleset +++ b/data/civ2civ3/nations.ruleset @@ -21,7 +21,7 @@ nationlist = "default/nationlist.ruleset" ; List of nations to embed to main nations.ruleset despite separate nationlist ; being used for other nations. -embedded_nations = "barbarian", "pirate" +embedded_nations = "Barbarian", "Pirate" [compatibility] ; Initial government for all the nations that do not diff --git a/data/classic/nations.ruleset b/data/classic/nations.ruleset index e74e7bd9e3..41bb29e5c5 100644 --- a/data/classic/nations.ruleset +++ b/data/classic/nations.ruleset @@ -21,7 +21,7 @@ nationlist = "default/nationlist.ruleset" ; List of nations to embed to main nations.ruleset despite separate nationlist ; being used for other nations. -embedded_nations = "barbarian", "pirate" +embedded_nations = "Barbarian", "Pirate" [compatibility] ; Initial government for all the nations that do not diff --git a/data/experimental/nations.ruleset b/data/experimental/nations.ruleset index 2d47c7180c..c57f1bdb69 100644 --- a/data/experimental/nations.ruleset +++ b/data/experimental/nations.ruleset @@ -21,7 +21,7 @@ nationlist = "default/nationlist.ruleset" ; List of nations to embed to main nations.ruleset despite separate nationlist ; being used for other nations. -embedded_nations = "barbarian", "pirate" +embedded_nations = "Barbarian", "Pirate" [compatibility] ; Initial government for all the nations that do not diff --git a/data/multiplayer/nations.ruleset b/data/multiplayer/nations.ruleset index b6ddca710c..35a2cd1482 100644 --- a/data/multiplayer/nations.ruleset +++ b/data/multiplayer/nations.ruleset @@ -21,7 +21,7 @@ nationlist = "default/nationlist.ruleset" ; List of nations to embed to main nations.ruleset despite separate nationlist ; being used for other nations. -embedded_nations = "barbarian", "pirate" +embedded_nations = "Barbarian", "Pirate" [compatibility] ; Initial government for all the nations that do not diff --git a/data/sandbox/nations.ruleset b/data/sandbox/nations.ruleset index 6a9eb63e0a..de1f1cf0ca 100644 --- a/data/sandbox/nations.ruleset +++ b/data/sandbox/nations.ruleset @@ -21,7 +21,7 @@ nationlist = "default/nationlist.ruleset" ; List of nations to embed to main nations.ruleset despite separate nationlist ; being used for other nations. -embedded_nations = "barbarian", "pirate" +embedded_nations = "Barbarian", "Pirate" [compatibility] ; Initial government for all the nations that do not -- 2.33.0