From 738df3f400967b62a2892f62316343ce2508a597 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 06:06:21 -0500 Subject: [PATCH] [MIRROR] fixes breaking SSUs (#6057) * fixes breaking SSUs (#36577) * fixes breaking SSUs --- code/game/machinery/suit_storage_unit.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/suit_storage_unit.dm b/code/game/machinery/suit_storage_unit.dm index cb100865d6..a2e4dabef1 100644 --- a/code/game/machinery/suit_storage_unit.dm +++ b/code/game/machinery/suit_storage_unit.dm @@ -383,6 +383,8 @@ dump_contents() // Dump out contents if someone is in there. . = TRUE if("lock") + if(state_open) + return locked = !locked . = TRUE if("uv")