# Keep SFA units in Africa
KR_keep_SFA_units_home = {
	reversed = yes
	
	enable_reverse = {
		SFA = { is_in_faction_with = SPR }
	}
	enable = {
		is_in_faction_with = SFA
		NOT = {
			tag = SFA
			
		}
	}
	target_array = SPR.faction_members

	abort_when_not_enabled = yes

	ai_strategy = {
		type = dont_defend_ally_borders
		id = "SFA"
		value = 100
	}
}
KR_keep_SFA_units_home_2 = {
	enable = {
		is_in_faction_with = SFA
		NOT = {
			tag = SFA
			
		}
		SFA = { is_subject_of = SPR }
	}

	abort_when_not_enabled = yes

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

KR_SFA_prewar_strategy = {
	allowed = {
		tag = SFA
	}

	enable = {
		has_war = no
	}

	abort_when_not_enabled = yes

	ai_strategy = {
		type = area_priority
		id = europe
		value = -1000
	}
	ai_strategy = {
		type = area_priority
		id = west_africa
		value = 500
	}
}

