admin gov works
This commit is contained in:
parent
051293284c
commit
6ef778b2b5
32 changed files with 6304 additions and 103 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue