File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Soft Pop Adjustments/common/on_actions Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,19 +79,20 @@ MoG_SPA_colonial_company_migration_penalty_check = {
7979 limit = {
8080 has_modifier = mog_legacy_migration_penalty
8181 }
82- if = { # If independent with legacy. Add extraction econ modifier .
82+ if = { # If independent with legacy. Remove modifier when meeting criteria .
8383 limit = {
8484 NOR = {
8585 has_law_or_variant = law_type:law_extraction_economy
8686 has_law_or_variant = law_type:law_traditionalism
8787 has_law_or_variant = law_type:law_agrarianism
8888 has_law_or_variant = law_type:law_industry_banned
89+ has_law_or_variant = law_type:law_serfdom
90+ has_law_or_variant = law_type:law_tenant_farmers
8991 }
9092 has_law_or_variant = law_type:law_slavery_banned
9193 is_subject = no
9294 }
93- remove_modifier = mog_company_migration_penalty
94- add_modifier = mog_legacy_migration_penalty
95+ remove_modifier = mog_legacy_migration_penalty
9596 }
9697 }
9798 else_if = { # If special country check - final cleanup check
You can’t perform that action at this time.
0 commit comments