diff --git a/code/modules/hallucinations/hallucination_manager.dm b/code/modules/hallucinations/hallucination_manager.dm index b436653a4a00..818959cc8ae8 100644 --- a/code/modules/hallucinations/hallucination_manager.dm +++ b/code/modules/hallucinations/hallucination_manager.dm @@ -31,7 +31,6 @@ /datum/hallucination_manager/Destroy(force, ...) . = ..() owner = null - deltimer(trigger_timer) QDEL_NULL(hallucination_list) QDEL_NULL(images)