ak_operator_vacation = {
	category = interaction_category_friendly
	desc = ak_operator_vacation_interaction
	common_interaction = no
	use_diplomatic_range = no
	ignores_pending_interaction_block = yes

	is_shown = {
		scope:recipient = {
			operator_trigger = yes
			NOT = { this = scope:actor }
		}
		scope:actor = {
			is_ai = no
		}
	}

	auto_accept = yes
	
	on_auto_accept = {
		scope:recipient = {	
			death = {
				killer = scope:actor
				death_reason = "Murdered"
			}
		}
	}
	ai_will_do = 0
}