Skip to content

Commit 62708ba

Browse files
committed
Fix Release as Tributary decision appearing on self and de jure vassals
1 parent a1b3753 commit 62708ba

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

CK2Plus/decisions/zz_CK2Plus_minor_decisions.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,7 +1998,7 @@ targeted_decisions = {
19981998
}
19991999

20002000
release_as_protectorate = {
2001-
filter = vassals
2001+
filter = vassals # Doesn't exclude decision taker!
20022002
ai_target_filter = vassals
20032003

20042004
ai = no
@@ -2015,9 +2015,13 @@ targeted_decisions = {
20152015
}
20162016

20172017
potential = {
2018-
has_imperial_government_trigger = yes
20192018
higher_real_tier_than = COUNT
2020-
NOT = { de_jure_liege_or_above = FROM }
2019+
has_imperial_government_trigger = yes
2020+
NOT = { character = FROM } # See filters above
2021+
2022+
primary_title = { # Trigger doesn't work properly in character scope
2023+
NOT = { de_jure_liege_or_above = FROM }
2024+
}
20212025
}
20222026

20232027
allow = {

0 commit comments

Comments
 (0)