Fix
This commit is contained in:
parent
9aeb9cf6db
commit
b318891cd4
11 changed files with 29 additions and 89 deletions
|
|
@ -3117,7 +3117,7 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
government_has_flag = government_is_prepublic
|
||||
any_held_title = {
|
||||
title_tier > barony
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
|
|
@ -3126,7 +3126,7 @@ on_title_gain_usurpation = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
title_tier > barony
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
|
|
@ -3157,7 +3157,7 @@ on_title_gain_usurpation = {
|
|||
limit = {
|
||||
government_has_flag = government_is_urepublic
|
||||
any_held_title = {
|
||||
title_tier > barony
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
|
|
@ -3166,7 +3166,7 @@ on_title_gain_usurpation = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
title_tier > barony
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue