From c75e6e27064455906a73f977d5f44d3517b78f8e Mon Sep 17 00:00:00 2001 From: Fishedotjpg Date: Tue, 10 Mar 2026 02:26:06 +0000 Subject: [PATCH] fix --- common/on_action/game_start.txt | 7 ++++++- common/on_action/title_on_actions.txt | 21 ++++++++++++++++++--- common/on_action/yearly_on_actions.txt | 14 ++++++++++++-- 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/common/on_action/game_start.txt b/common/on_action/game_start.txt index a3c50495..9b625d71 100644 --- a/common/on_action/game_start.txt +++ b/common/on_action/game_start.txt @@ -2712,7 +2712,12 @@ on_game_start_after_lobby = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } } diff --git a/common/on_action/title_on_actions.txt b/common/on_action/title_on_actions.txt index 11ea25e0..ab884726 100644 --- a/common/on_action/title_on_actions.txt +++ b/common/on_action/title_on_actions.txt @@ -224,7 +224,12 @@ on_title_gain = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } } @@ -2855,7 +2860,12 @@ on_title_gain_inheritance = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } } @@ -2936,7 +2946,12 @@ on_title_gain_usurpation = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } } diff --git a/common/on_action/yearly_on_actions.txt b/common/on_action/yearly_on_actions.txt index bc98d57b..9042a32b 100644 --- a/common/on_action/yearly_on_actions.txt +++ b/common/on_action/yearly_on_actions.txt @@ -782,7 +782,12 @@ yearly_playable_pulse = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } } @@ -2732,7 +2737,12 @@ quarterly_playable_pulse = { } } } - primary_title = { + any_held_title = { + limit = { + NOT = { + is_nomad_title = yes + } + } add_title_law = saxon_elective_succession_law } }