From 9f3024c8802dd2c4186b6ba2a75da5d9963605cb Mon Sep 17 00:00:00 2001 From: Nanu308 <59782240+Nanu308@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:44:19 +0100 Subject: [PATCH] Further Fixes Further Fixes --- code/game/objects/structures/barricade/handrail.dm | 2 +- maps/templates/lazy_templates/pizza_ert_station.dmm | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/barricade/handrail.dm b/code/game/objects/structures/barricade/handrail.dm index ee439d154d9f..2fde8de3fe98 100644 --- a/code/game/objects/structures/barricade/handrail.dm +++ b/code/game/objects/structures/barricade/handrail.dm @@ -205,4 +205,4 @@ color = "#b51c0b" can_be_reinforced = FALSE projectile_coverage = PROJECTILE_COVERAGE_LOW - layer = 4.1 + layer = MOB_LAYER + 0.01 diff --git a/maps/templates/lazy_templates/pizza_ert_station.dmm b/maps/templates/lazy_templates/pizza_ert_station.dmm index 685da361f2e5..b154256c0459 100644 --- a/maps/templates/lazy_templates/pizza_ert_station.dmm +++ b/maps/templates/lazy_templates/pizza_ert_station.dmm @@ -4339,9 +4339,12 @@ /obj/structure/reagent_dispensers/water_cooler/stacks{ density = 0; pixel_x = -3; - pixel_y = 15 + pixel_y = 15; + layer = 4.03 + }, +/obj/structure/surface/table/almayer{ + layer = 4.02 }, -/obj/structure/surface/table/almayer, /turf/open/floor{ icon_state = "redyellowfull" },