### Sometimes BAR and REB get there own states ### This file destroys them. ### By Phi country_decisions = { remove_bad_states = { potential = { any_neighbor_country = { OR = { tag="REB" tag="BAR" } } } allow = { any_neighbor_country = { OR = { tag="REB" tag="BAR" } } } effect = { name = "Har!" ai_will_do = { factor = 100 } any_neighbor_country = { limit = { OR = { tag="REB" tag="BAR" } } random_owned = { secede_province = THIS } } } } }