From 616cf8d76d55c0544dc59967223c9eeaac6770d0 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:48:07 +0100 Subject: [PATCH] restores CI's happiness --- code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm b/code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm index 915475d3bf..30b501dafd 100644 --- a/code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm +++ b/code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm @@ -20,6 +20,10 @@ var/datum/xeno_ai_movement/ai_movement_handler +/mob/living/carbon/xenomorph/Destroy() + QDEL_NULL(ai_movement_handler) + return ..() + GLOBAL_LIST_INIT(ai_target_limbs, list( "head", "chest",