Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusts culture acceptance for Theocratic Yugoslavia based on Orthodox religion #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ccHFM/decisions/Balkans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1374,6 +1374,7 @@ political_decisions = {
}

allow = {
NOT = { government = theocracy }
prestige = 50
nationalism_n_imperialism = 1
NOT = {
Expand Down Expand Up @@ -1415,7 +1416,6 @@ political_decisions = {
}

allow = {
NOT = { government = theocracy }
citizenship_policy = full_citizenship
citizens_rights = all_voting_pops
prestige = 50
Expand Down
1 change: 1 addition & 0 deletions ccHFM/events/NationalUnification.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down