mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user