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

@ -489,14 +489,14 @@ invite_agent_to_scheme_interaction = {
flag = influence
is_shown = {
scope:actor.top_liege ?= scope:recipient.top_liege
scope:actor = { government_allows = administrative }
scope:actor = { has_government = administrative_government }
scope:recipient = {
OR = {
government_allows = administrative
host = { government_allows = administrative }
has_government = administrative_government
host = { has_government = administrative_government }
AND = {
highest_held_title_tier = tier_barony
liege = { government_allows = administrative }
liege = { has_government = administrative_government }
}
}
}