From d718ac6389159c1cc7eba4aa49b01690d6f43e16 Mon Sep 17 00:00:00 2001 From: tDegan Date: Sat, 12 Sep 2026 22:43:48 +0200 Subject: [PATCH] Vanilla trait colors modifies trait lables, so any patches to specific traits will fail if applied afterwards --- communityRules.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/communityRules.json b/communityRules.json index 156e183..83f550b 100644 --- a/communityRules.json +++ b/communityRules.json @@ -1,5 +1,5 @@ { - "timestamp": 1777950016, + "timestamp": 1789239946, "rules": { "3tes.cgtwaa": { "loadAfter": { @@ -11839,6 +11839,18 @@ "comment": "Translation mod, should always be loaded last", "value": true } + }, + "sierra.rt.vanillatraitcolors": { + "loadAfter": { + "ceteam.combatextended": { + "comment": "Modifies trait lables, so any patches to specific traits will fail if applied afterwards", + "name": "Combat Extended" + }, + "mlie.badcanbegood": { + "comment": "Modifies trait lables, so any patches to specific traits will fail if applied afterwards", + "name": "Bad Can Be Good (Continued)" + } + } } } }