diff --git a/CHANGELOG.md b/CHANGELOG.md index 16aff84..6433cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,13 @@ - Game start metal supply grants for starting Allomancers ### Fixed +- Modifier icon paths use bare names via `common/modifier_icons/` indirection (eliminates ~50 doubled-path warnings) +- Game start initialization event uses correct `scope = none` with `every_living_character` (matches vanilla `on_game_start` pattern) +- Negative `add_gold` replaced with `remove_short_term_gold` in hemalurgy bribe option +- Single-item OR wrapper removed from Mistborn parent check in allomancy activation +- Invalid `[ROOT.GetName]` data function removed from religious head title loc keys +- `disappointed_opinion` renamed to `disappointed_by_snapping_opinion` to avoid collision with vanilla opinion modifier +- Modifier icons and `on_game_start` scope documented in CK3 modding reference gotchas and pitfalls table - Added localization for 37 custom character names (eliminates all untidy warnings from ck3-tiger) - Removed deprecated `color2` field from all 78 landed titles (no longer used in CK3 1.18) - Duplicate localization key (breeding_for_allomancy_modifier) removed from decisions loc