i love runtime fixes (#24159)

This commit is contained in:
Contrabang
2024-02-19 06:41:50 -05:00
committed by GitHub
parent 1f7c85511c
commit 0ee8a53eec
@@ -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