Fixing the Fixes

This commit is contained in:
Heidesommer 2026-05-26 03:31:58 -04:00
parent 066ca149c5
commit 54423c926c
19 changed files with 1022 additions and 914 deletions

View file

@ -2381,6 +2381,9 @@ on_game_start_after_lobby = {
every_held_title = {
limit = {
tier >= tier_county
NOT = {
has_title_law = saxon_elective_succession_law
}
}
add_title_law = saxon_elective_succession_law
}
@ -2415,6 +2418,9 @@ on_game_start_after_lobby = {
every_held_title = {
limit = {
tier >= tier_county
NOT = {
has_title_law = urban_elective_succession_law
}
}
add_title_law = urban_elective_succession_law
}