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

@ -788,6 +788,9 @@ yearly_playable_pulse = {
limit = {
tier >= tier_county
is_nomad_title = no
NOT = {
has_title_law = saxon_elective_succession_law
}
}
add_title_law = saxon_elective_succession_law
}
@ -825,6 +828,9 @@ yearly_playable_pulse = {
limit = {
tier >= tier_county
is_nomad_title = no
NOT = {
has_title_law = urban_elective_succession_law
}
}
add_title_law = urban_elective_succession_law
}
@ -2782,6 +2788,9 @@ quarterly_playable_pulse = {
limit = {
tier >= tier_county
is_nomad_title = no
NOT = {
has_title_law = saxon_elective_succession_law
}
}
add_title_law = saxon_elective_succession_law
}
@ -2819,6 +2828,9 @@ quarterly_playable_pulse = {
limit = {
tier >= tier_county
is_nomad_title = no
NOT = {
has_title_law = urban_elective_succession_law
}
}
add_title_law = urban_elective_succession_law
}