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

fix: apparatus now works as intended #425

Merged
merged 1 commit into from
Jul 20, 2023
Merged
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
21 changes: 1 addition & 20 deletions common/scripted_effects/cwp_political_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ setup_starting_ideologies = {
limit = {
owner = {
or = {
has_law = law_type:law_heavy_industry_nationalization
has_law = law_type:law_total_nationalization
has_law = law_type:law_socialization
}
}
}
Expand All @@ -383,19 +382,6 @@ setup_starting_ideologies = {
else = {
remove_ideology = ideology_apparatus
}
if = {
limit = {
owner = {
or = {
has_law = law_type:law_military_industry_nationalization
has_law = law_type:law_resource_extraction_nationalization
has_law = law_type:law_public_utility_companies
has_law = law_type:law_no_nationalization
}
}
}
remove_ideology = ideology_apparatus
}
if = {
limit = {
owner = {
Expand All @@ -406,7 +392,6 @@ setup_starting_ideologies = {
remove_ideology = ideology_independent
remove_ideology = ideology_elected
remove_ideology = ideology_technocratic
remove_ideology = ideology_apparatus
add_ideology = ideology_politicized
}
if = {
Expand All @@ -419,7 +404,6 @@ setup_starting_ideologies = {
remove_ideology = ideology_independent
remove_ideology = ideology_elected
remove_ideology = ideology_technocratic
remove_ideology = ideology_apparatus
add_ideology = ideology_appointed
}
if = {
Expand All @@ -432,7 +416,6 @@ setup_starting_ideologies = {
remove_ideology = ideology_appointed
remove_ideology = ideology_elected
remove_ideology = ideology_technocratic
remove_ideology = ideology_apparatus
add_ideology = ideology_independent
}
if = {
Expand All @@ -445,7 +428,6 @@ setup_starting_ideologies = {
remove_ideology = ideology_appointed
remove_ideology = ideology_independent
remove_ideology = ideology_technocratic
remove_ideology = ideology_apparatus
add_ideology = ideology_elected
}
if = {
Expand All @@ -458,7 +440,6 @@ setup_starting_ideologies = {
remove_ideology = ideology_appointed
remove_ideology = ideology_independent
remove_ideology = ideology_elected
remove_ideology = ideology_apparatus
add_ideology = ideology_technocratic
}
}
Expand Down