decisions = { 

	mend_schism_monothelite = {
		only_independent = yes
		is_high_prio = yes
		ai_check_interval = 3
		
		potential = {
			is_playable = yes
			is_adult = yes
			prisoner = no
			independent = yes
			religion = monothelite
			NOT = { trait = incapable }
			NOT = { has_global_flag = schism_mended }
			NOT = {
				has_alternate_start_parameter = { key = religion_names value = random }
			}
			}
		allow = {
			tier = emperor
			prestige = 5000
			religion_authority = 0.2
			diplomacy = 11
			learning = 7
			OR = {
				martial = 15
				intrigue = 12
			}
			OR = {
				completely_controls = c_byzantion
				completely_controls = c_alexandria
			}
		}
		effect = {
			narrative_event = { id = CIML.220 }
			set_global_flag = schism_mended
		}
		ai_will_do = {
			factor = 1
		}
	}

}