Merge pull request #16733 from Vi3trice/wheres-my-supersuit

Suit storage units drop their contents when destroyed
This commit is contained in:
variableundefined
2021-09-23 18:43:22 -05:00
committed by GitHub
-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 ..()