From 0ee8a53eec2b16a5a3d6d6448d0b7f0d3147f4b2 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:41:50 -0500 Subject: [PATCH] i love runtime fixes (#24159) --- code/modules/mining/lavaland/necropolis_chests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 8afc4639dbb..bf9bfc53edf 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -355,7 +355,7 @@ /obj/item/rod_of_asclepius/dropped(mob/user, silent) ..() - if(!activated) + if(!activated || QDELETED(src)) return addtimer(CALLBACK(src, PROC_REF(try_attach_to_owner)), 0) // Do this once the drop call stack is done. The holding limb might be getting removed