Skip to content

Commit

Permalink
thats better
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 21, 2023
1 parent c9374fa commit 5ee09dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ee09dc

Please sign in to comment.