From 5ee09dc49dcde464af286f5934de2f302d0bdb36 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:55:39 +0100 Subject: [PATCH] thats better --- 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",