GAY_candidate_mechanic_category = {
	icon = GFX_decision_category_GAY_schism
	allowed = {
		tag = GAY
	}
	visible = {
		has_country_flag = GAY_candidate_mechanic
	}
	scripted_gui = GAY_candidate_mechanic_GUI
	visible_when_empty = yes
	priority = 90
}

GAY_purges_category = {
	icon = a
	allowed = {
		tag = GAY
	}
	visible = {
		has_country_flag = GAY_purges_started
	}

	visible_when_empty = yes
	priority = 50
}


GAY_debug_category = {
	icon = GFX_decision_category_debug

	allowed = {
		original_tag = GAY
	}
	visible = {
		is_debug = yes
		is_ai = no
	}

	visible_when_empty = yes

	priority = {
		base = 99
	}
}