STORAGE STUCK! PLEASE! I BEG YOU! (#68711)

initial
This commit is contained in:
magatsuchi
2022-07-30 04:39:00 -04:00
committed by GitHub
parent 1933f3751d
commit d52e1ba2f3
+5 -2
View File
@@ -136,12 +136,15 @@
/datum/storage/Destroy()
parent = null
real_location = null
boxes = null
closer = null
for(var/mob/person in is_using)
if(person.active_storage == src)
person.active_storage = null
person.client?.screen -= boxes
person.client?.screen -= closer
QDEL_NULL(boxes)
QDEL_NULL(closer)
is_using.Cut()