remove_doctor_decision = {
	picture = "gfx/interface/illustrations/decisions/remove_doc.dds"

	is_shown = { has_trait = ak_doctor }

	ai_check_interval = 0

	#cooldown = { days = 0 }
	
	desc = remove_doctor_decision_desc

	effect = {
		trigger_event = {
			id = ak.0006
		}
	}

	ai_potential = {
		always = no
	}

	ai_will_do = {
		base = 0
	}
}