From 368ad742ef44e5773dbf2434b570c5af96ce1ab7 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sat, 7 Feb 2026 22:09:17 +0100 Subject: [PATCH] fix(culture): add missing color property to language pillars Added color to language_scadrial and language_terris pillars to match the vanilla CK3 pattern. Without this, the culture UI may not display language indicators correctly. Co-Authored-By: Claude Opus 4.6 --- lords_of_ash/common/culture/pillars/00_scadrial_pillars.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lords_of_ash/common/culture/pillars/00_scadrial_pillars.txt b/lords_of_ash/common/culture/pillars/00_scadrial_pillars.txt index bb8aab8..e886e42 100644 --- a/lords_of_ash/common/culture/pillars/00_scadrial_pillars.txt +++ b/lords_of_ash/common/culture/pillars/00_scadrial_pillars.txt @@ -25,6 +25,8 @@ language_scadrial = { multiply = 10 } } + + color = german } language_terris = { @@ -41,4 +43,6 @@ language_terris = { multiply = 10 } } + + color = khazar }