#### System Decision Categories ####
	# Debug
	EOANBSYS_debug_decision_category = {
		icon = generic

		priority = 100

		visible = {
			is_debug = yes
		}
	}

	#Optimized Target Diplomacy
	afr_regional_power_empire_politics_foreign_diplomacy_category = {
		icon = generic_political_actions

		allowed = {
			OR = {
				
				
				
			}
		}
		
	}
	
	# National Crisises
	EOANBSYS_national_crisis_decision_category = {
		icon = generic_crisis

		priority = 81

		# Enable Crisises for your country by adding tag here
		allowed = {
			# always = yes
			OR = {
				tag = TSH
				tag = PRM
				tag = MOD
				tag = TUS
				tag = PAP
				tag = NSC
			}
		}

		visible = {
			has_national_crisis = yes
		}
	}

	# Pandemics
	EOANBSYS_pandemics_decision_category = {
		icon = generic_propaganda

		priority = 80

		# Enable Crisises for your country by adding tag here
		allowed = {
			# always = yes
			OR = {
				tag = TSH
				tag = LUX
			}
		}

		visible = {
			has_pandemic = yes
		}
	}

	# Economic Crisis
	EOANBSYS_economic_crisis_decision_category = {
		icon = gre_paying_ifc_debt

		priority = 10

		visible = {
			has_country_flag = na_b_monthly_economic_panic_countdown_flag
		}
	}

	# Parlaiment
	EOANBSYS_legislative_reform_process_decision_category = {
		icon = generic_political_actions
		picture = GFX_decision_eoanb_parliament

		visible = {
			
		}
	}

	# Worker Organization
	EOANBSYS_worker_organization_decision_category = {
		icon = spr_the_seeds_of_revolution

		priority = 10

		allowed = {
			
			
			
		}
	}
