﻿# This is executed last among all history
# Used for the mod to unincorporate states when necessary

GLOBAL = {

	#Italy

	s:STATE_PROVENCE = {
		region_state:SAR={
			set_state_type = incorporated
		}
	}

	#Egyptian Middle East

	s:STATE_CRETE = {
		region_state:EGY={
			set_state_type = unincorporated
		}
		add_claim = c:TUR
	}
	s:STATE_ADANA = {
		region_state:EGY={
			set_state_type = unincorporated
		}
	}

	#Egyptian Sudan

	s:STATE_DONGOLA = {
		region_state:EGY={
			set_state_type = unincorporated
		}
	}
	s:STATE_ERITREA = {
		region_state:EGY={
			set_state_type = unincorporated
		}
	}
	s:STATE_BLUE_NILE = {
		region_state:EGY={
			set_state_type = unincorporated
		}
	}
	s:STATE_KORDOFAN = {
		region_state:EGY={
			set_state_type = unincorporated
		}
	}

	#Northern Mexican States

	s:STATE_TEXAS = {
		region_state:MEX={
			set_state_type = unincorporated
		}
	}
	s:STATE_NEVADA = {
		region_state:MEX={
			set_state_type = unincorporated
		}
	}
	s:STATE_CALIFORNIA = {
		region_state:MEX={
			set_state_type = unincorporated
		}
	}

}