From 31211c73b32fa2ead56bd30f57112aba9ca9c52b Mon Sep 17 00:00:00 2001 From: rogerburks <17787203+rogerburks@users.noreply.github.com> Date: Sun, 20 Feb 2022 18:40:12 -0500 Subject: [PATCH] Adjusts culture acceptance for Theocratic Yugoslavia. All formed Yugoslavia now accept Serbian and Montenegrin. Theocratic Yugoslavia can now accept Bulgarian with a decision. Added Montenegrin accepted in event-formed Yugoslavia, since there was no reason to exclude Montenegrin from accepted cultures in it. --- ccHFM/decisions/Balkans.txt | 6 +++--- ccHFM/events/NationalUnification.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ccHFM/decisions/Balkans.txt b/ccHFM/decisions/Balkans.txt index b290502f..fc377090 100644 --- a/ccHFM/decisions/Balkans.txt +++ b/ccHFM/decisions/Balkans.txt @@ -640,13 +640,13 @@ political_decisions = { limit = { owner = { accepted_culture = north_italian } } owner = { remove_accepted_culture = north_italian } } + add_accepted_culture = serb + add_accepted_culture = montenegrin random_owned = { limit = { owner = { NOT = { government = theocracy } } } owner = { - add_accepted_culture = serb add_accepted_culture = croat add_accepted_culture = slovene - add_accepted_culture = montenegrin } } change_tag = YUG @@ -1374,6 +1374,7 @@ political_decisions = { } allow = { + NOT = { government = theocracy } prestige = 50 nationalism_n_imperialism = 1 NOT = { @@ -1415,7 +1416,6 @@ political_decisions = { } allow = { - NOT = { government = theocracy } citizenship_policy = full_citizenship citizens_rights = all_voting_pops prestige = 50 diff --git a/ccHFM/events/NationalUnification.txt b/ccHFM/events/NationalUnification.txt index b6d63d98..1dc2440b 100644 --- a/ccHFM/events/NationalUnification.txt +++ b/ccHFM/events/NationalUnification.txt @@ -1253,6 +1253,7 @@ country_event = { BOS = { all_core = { add_core = YUG } } SLO = { all_core = { add_core = YUG } } add_accepted_culture = serb + add_accepted_culture = montenegrin add_accepted_culture = croat add_accepted_culture = slovene change_tag = YUG