From c26ed688ce324899b322369b73b35796c573b7e6 Mon Sep 17 00:00:00 2001 From: Fishedotjpg Date: Tue, 10 Mar 2026 02:50:12 +0000 Subject: [PATCH] fixes --- common/on_action/game_start.txt | 2 +- common/on_action/title_on_actions.txt | 6 +++--- common/on_action/yearly_on_actions.txt | 4 ++-- .../scripted_triggers/00_available_for_events_triggers.txt | 1 + events/game_rule_events.txt | 2 -- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/common/on_action/game_start.txt b/common/on_action/game_start.txt index 9b625d71..fbdd71e4 100644 --- a/common/on_action/game_start.txt +++ b/common/on_action/game_start.txt @@ -2712,7 +2712,7 @@ on_game_start_after_lobby = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes diff --git a/common/on_action/title_on_actions.txt b/common/on_action/title_on_actions.txt index ab884726..1a1ca18a 100644 --- a/common/on_action/title_on_actions.txt +++ b/common/on_action/title_on_actions.txt @@ -224,7 +224,7 @@ on_title_gain = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes @@ -2860,7 +2860,7 @@ on_title_gain_inheritance = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes @@ -2946,7 +2946,7 @@ on_title_gain_usurpation = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes diff --git a/common/on_action/yearly_on_actions.txt b/common/on_action/yearly_on_actions.txt index 9042a32b..00e08a8d 100644 --- a/common/on_action/yearly_on_actions.txt +++ b/common/on_action/yearly_on_actions.txt @@ -782,7 +782,7 @@ yearly_playable_pulse = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes @@ -2737,7 +2737,7 @@ quarterly_playable_pulse = { } } } - any_held_title = { + every_held_title = { limit = { NOT = { is_nomad_title = yes diff --git a/common/scripted_triggers/00_available_for_events_triggers.txt b/common/scripted_triggers/00_available_for_events_triggers.txt index e9f774eb..5fef1d0f 100644 --- a/common/scripted_triggers/00_available_for_events_triggers.txt +++ b/common/scripted_triggers/00_available_for_events_triggers.txt @@ -907,6 +907,7 @@ is_landed_or_landless_administrative = { # Checks if a character is either landed, a landless house head within an admin realm, a landless nomad, a landless adventurer, a landless soryo, or a minister is_playable_character = { OR = { + government_has_flag = government_is_prepublic is_landed = yes is_landless_administrative = yes is_landless_adventurer = yes diff --git a/events/game_rule_events.txt b/events/game_rule_events.txt index 5e7d7be6..2e52513d 100644 --- a/events/game_rule_events.txt +++ b/events/game_rule_events.txt @@ -127,10 +127,8 @@ game_rule.1001 = { #by Mathilda Bjarnehed is_holy_order = no } NOR = { - government_has_flag = government_is_republic government_has_flag = government_is_theocracy has_character_flag = do_not_generate_starting_family - government_has_flag = government_is_true_herder } }