From 99f392ab3019e75efabbd10668ce903985d6daa3 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 16 Sep 2021 04:13:36 +0300 Subject: [PATCH 13/13] 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 +- data/webperimental/nations.ruleset | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/civ2civ3/nations.ruleset b/data/civ2civ3/nations.ruleset index 45e19a1eaa..e9401004de 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 5698526ee1..643fbda782 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/experimental/nations.ruleset b/data/experimental/nations.ruleset index 85744b8ac3..fa1711245d 100644 --- a/data/experimental/nations.ruleset +++ b/data/experimental/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/multiplayer/nations.ruleset b/data/multiplayer/nations.ruleset index c6665fa015..fdeddb22f6 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 a0d7c79e5c..bb7f11d84a 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 cc70984c9f..b512f705f2 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