country_decisions = {
	greek_orthodox_constantinople = {
		potential = {
			normal_or_historical_nations = yes
			primary_culture = greek
			religion = orthodox
			151 = {
				OR = {
					culture = turkish
					culture = oghuz_culture # Religions & Cultures Expanded
					religion_group = muslim
				}
			}
			has_global_flag = greek_need_restore_constantinople
		}

		allow = {
			is_at_war = no
			owns = 151
			is_core = 151
		}

		effect = {
			151 = {
				change_culture = greek
				change_religion = orthodox
				rename_capital = Constantinople
			}
			clr_global_flag = greek_need_restore_constantinople
		}

		ai_will_do = {
			factor = 1
		}
	}
}