Index: binaries/data/mods/public/simulation/components/Identity.js =================================================================== --- binaries/data/mods/public/simulation/components/Identity.js +++ binaries/data/mods/public/simulation/components/Identity.js @@ -8,7 +8,7 @@ "Hoplī́tēs Athēnaïkós" + "units/athen_infantry_spearman.png" + "" + - "" + + "" + "" + "" + "" + Index: source/tools/templatesanalyzer/unitTables.py =================================================================== --- source/tools/templatesanalyzer/unitTables.py +++ source/tools/templatesanalyzer/unitTables.py @@ -33,7 +33,7 @@ # Those describe Civs to analyze. # The script will load all entities that derive (to the nth degree) from one of the above templates. -Civs = ["athen", "brit", "cart", "gaul", "iber", "mace", "maur", "pers", "ptol", "rome", "sele", "spart"] +Civs = ["athen", "brit", "cart", "gaul", "iber", "kush", "mace", "maur", "pers", "ptol", "rome", "sele", "spart"] # Remote Civ templates with those strings in their name. FilterOut = ["marian", "thureophoros", "thorakites", "kardakes"]