HEZ_SYR = {
	hez_intervene_SYR = {
		allowed = { tag = HEZ }

		available = {
			or = {
				SYR = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
				FSA = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
				NUS = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
				ISI = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
			}
			
		}
		
		activation = {
			SYR = {
				or = {
					has_war_with = ISI
					has_war_with = FSA
					has_war_with = NUS
					has_war_with = ROJ
				}
			}
		}

		Is_good = yes

		selectable_mission = yes
		days_mission_timeout = 60
		days_remove = 5
		

		fire_only_once = yes
		
		timeout_effect = {
		
		}

		complete_effect = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}

	HEZ_YEM = {
		hez_intervene_YEM = {
			allowed = { tag = HEZ }
			

		available = {
			or = {
				YEM = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
				HOU = { has_volunteers_amount_from = { tag = HEZ count > 0 } }
				
			}
		}

		activation = {
			YEM = {
				or = {
					has_war_with = HOU
				}
			}
			not = {
				SYR = {
					or = {
						has_war_with = ISI
						has_war_with = FSA
						has_war_with = NUS
						has_war_with = ROJ
					}
				}
			}
		}


		Is_good = yes

		selectable_mission = yes
		days_mission_timeout = 60
		days_remove = 5
		

		fire_only_once = yes
		
		timeout_effect = {
		
		}


		complete_effect = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}