set_leader_SIE = {

	if = { limit = { has_country_flag = set_conservatism }

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

			create_country_leader = {
				name = "Ahmad Tejan Kabbah"
				picture = "Ahmad_Tejan_Kabbah.dds"
				ideology = conservatism
				traits = {
					western_conservatism
				}
			}

			if = { limit = { has_country_flag = do_not_retire } subtract_from_variable = { conservatism_leader = 1 } }
			if = { limit = { date < 2016.1.2 } set_temp_variable = { b = 1 } } #skip if 2017
		}
	}
	else_if = { limit = { has_country_flag = set_liberalism }
		if = { limit = { check_variable = { liberalism_leader = 0 } }
			set_variable = { liberalism_leader = 1 }
			kill_country_leader = yes

			create_country_leader = {
				name = "Ernest Bai Koroma"
				picture = "Ernest_Bai_Koroma.dds"
				ideology = liberalism
				traits = {
					western_liberalism
				}
			}

			if = { limit = { has_country_flag = do_not_retire } subtract_from_variable = { liberalism_leader = 1 } }
			set_temp_variable = { b = 1 }
		}
	}
}