From 001be6e6982d83afa6a4894147c26556243b95ea Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 16 Sep 2021 04:08:45 +0300 Subject: [PATCH 31/31] 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/goldkeep/nations.ruleset | 2 +- data/granularity/nations.ruleset | 2 +- data/multiplayer/nations.ruleset | 2 +- data/sandbox/nations.ruleset | 2 +- data/webperimental/nations.ruleset | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/civ2civ3/nations.ruleset b/data/civ2civ3/nations.ruleset index bf4dd2e3a7..727e40ca1c 100644 --- a/data/civ2civ3/nations.ruleset +++ b/data/civ2civ3/nations.ruleset @@ -22,7 +22,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 5bd21574e6..48e0d5e432 100644 --- a/data/classic/nations.ruleset +++ b/data/classic/nations.ruleset @@ -22,7 +22,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/goldkeep/nations.ruleset b/data/goldkeep/nations.ruleset index 32fa62d3aa..9324a3fa7c 100644 --- a/data/goldkeep/nations.ruleset +++ b/data/goldkeep/nations.ruleset @@ -22,7 +22,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/granularity/nations.ruleset b/data/granularity/nations.ruleset index b5507f7f90..b4fdd3d3b7 100644 --- a/data/granularity/nations.ruleset +++ b/data/granularity/nations.ruleset @@ -22,7 +22,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" +embedded_nations = "Barbarian" [default_traits] ; Default values for the AI traits. These are used if nation specific diff --git a/data/multiplayer/nations.ruleset b/data/multiplayer/nations.ruleset index 419fe23c65..76c9ec38c1 100644 --- a/data/multiplayer/nations.ruleset +++ b/data/multiplayer/nations.ruleset @@ -22,7 +22,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 c2438cfc62..ff44c0bd40 100644 --- a/data/sandbox/nations.ruleset +++ b/data/sandbox/nations.ruleset @@ -22,7 +22,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" +embedded_nations = "Barbarian" [compatibility] ; Initial government for all the nations that do not diff --git a/data/webperimental/nations.ruleset b/data/webperimental/nations.ruleset index c684f17c43..30e835ba9b 100644 --- a/data/webperimental/nations.ruleset +++ b/data/webperimental/nations.ruleset @@ -22,7 +22,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" +embedded_nations = "Barbarian" [compatibility] ; Initial government for all the nations that do not -- 2.33.0