Fixes showers hiding behind posters (#30538)

* modified: code/game/objects/structures/watercloset.dm
changed north facing showers layer to 4, so they don't hide behind posters anymore.

* A smarter thing by @warriorstar-orion

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: DetectiveEnotsky <87281888+DetectiveEnotsky@users.noreply.github.com>

---------

Signed-off-by: DetectiveEnotsky <87281888+DetectiveEnotsky@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
DetectiveEnotsky
2025-10-03 01:22:59 +00:00
committed by GitHub
co-authored by warriorstar-orion
parent a95dabea47
commit 7e8b6322d7
@@ -336,6 +336,7 @@ MAPPING_DIRECTIONAL_HELPERS_CUSTOM(/obj/machinery/shower, 16, -5, 0, 0)
switch(dir)
if(NORTH)
pixel_y = 16
layer = HIGH_OBJ_LAYER // fixes showers hiding behind posters
if(SOUTH)
pixel_y = -5
layer = FLY_LAYER