Skip to content

Commit

Permalink
Turkish culture fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
metehan authored Aug 1, 2023
1 parent a8c7861 commit 01358a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/burgs-and-states.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ window.BurgsAndStates = (function () {
if (P(0.3) && s.diplomacy.includes("Vassal")) return "Protectorate"; // some vassals
}

if (base === 16 && (form === "Empire" || form === "Kingdom")) return "Sultanate"; // Turkic
if (base === 16 && (form === "Empire" || form === "Kingdom")) return "Khaganate"; // Turkic
if (base === 5 && (form === "Empire" || form === "Kingdom")) return "Tsardom"; // Ruthenian
if ([16, 31].includes(base) && (form === "Empire" || form === "Kingdom")) return "Khaganate"; // Turkic, Mongolian
if (base === 12 && (form === "Kingdom" || form === "Grand Duchy")) return "Shogunate"; // Japanese
Expand Down
4 changes: 2 additions & 2 deletions modules/names-generator.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01358a8

Please sign in to comment.