turkey_historical_decisions = {

cut_the_turkish_focus_tree = {

	visible = {
		date < 1936.1.9
		is_ai = no
		NOT = {	has_global_flag = historical_turkey_decision_flag }
	}

	available = {
		is_ai = no
		NOT = {	has_global_flag = historical_turkey_decision_flag }
	}

	complete_effect = {
		TUR = { load_focus_tree = generic_focus }
		set_global_flag = historical_turkey_decision_flag
		set_global_flag = historical_turkey_flag
		341 = { set_demilitarized_zone = no } 
		797 = { set_demilitarized_zone = no } 
		340 = { set_demilitarized_zone = no }
		TUR = { 
			remove_ideas = {
				TUR_sectarian_woes
				TUR_disorganised_armed_forces
			}
		}
	}

	ai_will_do = {
		factor = 0
	}
}

leave_the_turkish_focus_tree = {
	visible = {
		date < 1936.1.9
		is_ai = no
		NOT = {	has_global_flag = historical_turkey_decision_flag }
	}

	available = {
		is_ai = no
		NOT = {	has_global_flag = historical_turkey_decision_flag }
	}

	complete_effect = {
		set_global_flag = historical_turkey_decision_flag
	}

	ai_will_do = {
		factor = 0
	}
}

}