From 333e3a4f677d4346384a88ad9faebd39e0a55371 Mon Sep 17 00:00:00 2001 From: Vi3trice <80771500+Vi3trice@users.noreply.github.com> Date: Thu, 18 Aug 2022 05:47:50 -0400 Subject: [PATCH] huh (#18848) --- code/game/objects/structures/crates_lockers/walllocker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/crates_lockers/walllocker.dm b/code/game/objects/structures/crates_lockers/walllocker.dm index 122fd341b26..51089a072aa 100644 --- a/code/game/objects/structures/crates_lockers/walllocker.dm +++ b/code/game/objects/structures/crates_lockers/walllocker.dm @@ -12,7 +12,7 @@ icon_opened = "wall-lockeropen" /obj/structure/closet/walllocker/close() - ..() + . = ..() density = FALSE //It's a locker in a wall, you aren't going to be walking into it. /obj/structure/closet/walllocker/emerglocker