add_namespace = coloration

country_event = {
	id = coloration.1
	hidden = yes
	trigger = {
	has_cosmetic_fam_color = yes
	}
	immediate = {
	drop_cosmetic_tag = yes
	set_cosmetic_tag = FAM
	set_country_flag = color_changed
	}
}
country_event = {
	id = coloration.2
	hidden = yes
	trigger = {
	has_cosmetic_bal_color = yes
	}
	immediate = {
	drop_cosmetic_tag = yes
	set_cosmetic_tag = BAL
	set_country_flag = color_changed
	}
}
country_event = {
	id = coloration.3
	hidden = yes
	trigger = {
	has_country_flag = color_changed
	NOT = {
	has_government = communism
	has_government = fascism
		}
	}
	immediate = {
	drop_cosmetic_tag = yes
	clr_country_flag = color_changed
	}
}