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

Basic (extremely basic) preliminary update for Pivot of Empire #599

Closed
wants to merge 16 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,10 @@ usa_carnegie_character_template = {
}
}
uses_new_england_yankee_characters = yes
global_var:sct_culture = { NOT = { culture_is_discriminated_in = prev } }
country_average_cultural_acceptance = {
target = global_var:sct_culture
value >= acceptance_status_4
}
has_company = company_type:company_us_steel
}
interest_group_trigger = {
Expand Down Expand Up @@ -372,7 +375,10 @@ fem_usa_carnegie_character_template = {
}
}
uses_new_england_yankee_characters = yes
global_var:sct_culture = { NOT = { culture_is_discriminated_in = prev } }
country_average_cultural_acceptance = {
target = global_var:sct_culture
value >= acceptance_status_4
}
has_company = company_type:company_us_steel
}
interest_group_trigger = {
Expand Down
Loading