diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index b732986dd51..333baa9aa8d 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -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 ..()