admin gov works

This commit is contained in:
Magpie490 2025-02-20 11:52:45 +00:00
parent 051293284c
commit 6ef778b2b5
32 changed files with 6304 additions and 103 deletions

View file

@ -34,9 +34,9 @@ grant_titles_interaction = {
}
trigger_if = {
limit = {
scope:actor = { government_allows = administrative }
scope:actor = { has_government = administrative_government }
}
scope:recipient = { NOT = { government_allows = administrative } }
scope:recipient = { NOT = { has_government = administrative_government } }
}
}
@ -1283,7 +1283,7 @@ grant_governorship_interaction = {
}
}
scope:actor = {
government_allows = administrative
has_government = administrative_government
highest_held_title_tier >= tier_county
}
@ -1352,7 +1352,7 @@ grant_governorship_interaction = {
}
trigger_if = {
limit = { is_landed = yes }
government_allows = administrative
has_government = administrative_government
}
is_clergy = no
# Gallivanters won't accept additional responsibilities.