set_leader_SNA = {

	if = { limit = { has_country_flag = set_Neutral_conservatism }

		if = { limit = { check_variable = { Neutral_conservatism_leader = 0 } }
			set_variable = { Neutral_conservatism_leader = 1 }
			kill_country_leader = yes

			create_country_leader = {
				name = "Hussein Farrah Aidid"
				picture = "SNA_Hussein_Farrah_Aidid.dds"
				ideology = Neutral_conservatism
				traits = {
					neutrality_Neutral_conservatism
				}
			}

			if = { limit = { has_country_flag = do_not_retire } subtract_from_variable = { Neutral_conservatism_leader = 1 } }
			if = { limit = { date < 2016.1.2 } set_temp_variable = { b = 1 } } #skip if 2017
		}
	}
}