settlement_decisions = {

	cfh_dev_districts_show_population_decision = {
		
		ai = no
		
		filter = owned

		from_potential = {
			has_global_flag = cfhdevflag
		}

		potential = {
			OR = {
				holding_type = castle
				holding_type = city
				holding_type = temple
				holding_type = tribal
			}
			is_capital = yes
		}

		allow = {
			always = yes
		}

		effect = {
			location = {
				province_event = { id = cfhdevdistricts.0001 }
			}
		}
	}
}