From f7dfa9827be1dcd538d0f245f4bfab092f5d6d68 Mon Sep 17 00:00:00 2001 From: Toastical Date: Sun, 9 Mar 2025 04:16:54 +0200 Subject: [PATCH] shower fix (#28539) Co-authored-by: Toastical --- code/game/objects/structures/watercloset.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/objects/structures/watercloset.dm b/code/game/objects/structures/watercloset.dm index 2bd57402faa..f2e7efb79ce 100644 --- a/code/game/objects/structures/watercloset.dm +++ b/code/game/objects/structures/watercloset.dm @@ -684,8 +684,6 @@ //overriding this because we don't care about other items on the wall, but still need to do adjacent checks if(!on_wall || !user) return - if(proximity_flag != 1) //if we aren't next to the wall - return if(!(get_dir(on_wall, user) in GLOB.cardinal)) to_chat(user, "You need to be standing next to a wall to place \the [src].") return