mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
i love runtime fixes (#24159)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user