idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -292,7 +292,7 @@ can_be_granted_titles_by = { #This is set up with trigger-ifs to allow for nice
limit = {
is_ruler = no #Rulers can always get additional titles
is_theocratic_lessee = no #Theocratic lessees use other gender checks
NOT = { $RULER$ = { has_government = administrative_government } }
NOT = { $RULER$ = { government_has_flag = government_is_administrative } }
NOT = {
$RULER$.faith = {
has_dominant_ruling_gender = scope:title_grantee
@ -318,7 +318,7 @@ can_be_granted_titles_by = { #This is set up with trigger-ifs to allow for nice
is_ruler = no #Rulers can always get additional titles
is_theocratic_lessee = no #Theocratic lessees use other gender checks
$RULER$ = {
has_government = administrative_government
government_has_flag = government_is_administrative
NOT = { has_realm_law = equal_law }
}
}
@ -373,8 +373,9 @@ activate_disease_data_tracking_trigger = {
vassal_contract_can_be_modified_trigger = {
custom_description = {
text = vassal_contract_can_be_modified
vassal_contract_has_modifiable_obligations = yes
vassal_contract_is_blocked_from_modification = no
is_vassal_of = liege # To ensure we are actually a vassal and not a tributary
subject_contract_has_modifiable_obligations = yes
subject_contract_is_blocked_from_modification = no
}
}