fixes to minority gov
This commit is contained in:
parent
e797d289b8
commit
218453519c
6 changed files with 2948 additions and 1 deletions
|
|
@ -1563,6 +1563,7 @@ demand_conversion_minister_rites_interaction = {
|
|||
is_ai = yes
|
||||
is_ruler = yes
|
||||
}
|
||||
NOT = { scope:recipient = { government_has_flag = government_is_landless_minority } }
|
||||
}
|
||||
|
||||
cooldown_against_recipient = { years = 15 }
|
||||
|
|
@ -1867,6 +1868,7 @@ convert_to_religion_interaction = {
|
|||
}
|
||||
}
|
||||
}
|
||||
NOT = { scope:actor = { government_has_flag = government_is_landless_minority } }
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
|
|
@ -1954,6 +1956,7 @@ convert_to_religion_adventurer_interaction = {
|
|||
}
|
||||
}
|
||||
}
|
||||
NOT = { scope:actor = { government_has_flag = government_is_landless_minority } }
|
||||
}
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue