Fix a small runtime in rig dropped (#16497)

This commit is contained in:
ShadowLarkens
2024-10-20 09:05:23 -07:00
committed by GitHub
parent bcc107c7cd
commit ee2a9901a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
var/obj/item/organ/my_augment = null // Used to reference the object's host organ.
/obj/item/dropped(mob/user)
. = ..()
. = ..(user)
if(src)
if(destroy_on_drop && !QDELETED(src))
qdel(src)