# Keep SIE units in Africa
KR_keep_SIE_units_home = {
	reversed = yes
	
	enable_reverse = {
		SIE = { is_in_faction_with = CAN }
	}
	enable = {
		is_in_faction_with = SIE
		NOT = {
			tag = SIE
			
		}
	}
	target_array = CAN.faction_members

	abort_when_not_enabled = yes

	ai_strategy = {
		type = dont_defend_ally_borders
		id = "SIE"
		value = 100
	}
}
KR_keep_SIE_units_home_2 = {
	enable = {
		is_in_faction_with = SIE
		NOT = {
			tag = SIE
			
		}
		SIE = { is_subject_of = CAN }
	}

	abort_when_not_enabled = yes

	ai_strategy = {
		type = dont_defend_ally_borders
		id = "SIE"
		value = 100
	}
}

KR_SIE_prewar_strategy = {
	allowed = {
		tag = SIE
	}
	enable = {
		is_subject_of = CAN
	}

	abort_when_not_enabled = yes

	ai_strategy = {
		type = area_priority
		id = west_africa
		value = 500
	}
}

