diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 0f5a42e1250..0873ac8dd8d 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -152,6 +152,10 @@ UnregisterSignal(SSdcs, COMSIG_GLOB_CLONE_PRODUCED) UnregisterSignal(SSdcs, COMSIG_GLOB_HOLOPAD_AI_CALLED) QDEL_NULL(mini) + QDEL_NULL(current_order) + QDEL_NULL(eyeobj) + for(var/datum/action/action_to_remove AS in actions) + action_to_remove.target = null return ..() ///Print order visual to all marines squad hud and give them an arrow to follow the waypoint