Skip to content

Commit

Permalink
Further Fixes
Browse files Browse the repository at this point in the history
Further Fixes
  • Loading branch information
Nanu308 committed Mar 16, 2024
1 parent db33c47 commit 9f3024c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/structures/barricade/handrail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,4 @@
color = "#b51c0b"
can_be_reinforced = FALSE
projectile_coverage = PROJECTILE_COVERAGE_LOW
layer = 4.1
layer = MOB_LAYER + 0.01
7 changes: 5 additions & 2 deletions maps/templates/lazy_templates/pizza_ert_station.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 9f3024c

Please sign in to comment.