From c0a91a5b6b60287c59b988161c93127d2717a860 Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Wed, 13 Sep 2023 06:55:33 -0400 Subject: [PATCH] oldcoder moment (#22380) --- code/game/machinery/suit_storage_unit.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index b17d32a22c1..d3bc6c4717b 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -326,6 +326,7 @@ occupant_typecache = typecacheof(occupant_typecache) /obj/machinery/suit_storage_unit/Destroy() + dump_contents() SStgui.close_uis(wires) QDEL_NULL(wires) return ..()