The storage won't destroy its contents

This commit is contained in:
Vi3trice
2021-09-18 20:00:02 -04:00
parent 68ec0020be
commit a4b1ae4bf4
-5
View File
@@ -284,11 +284,6 @@
/obj/machinery/suit_storage_unit/Destroy()
SStgui.close_uis(wires)
QDEL_NULL(suit)
QDEL_NULL(helmet)
QDEL_NULL(mask)
QDEL_NULL(boots)
QDEL_NULL(storage)
QDEL_NULL(wires)
return ..()