diff --git a/code/modules/multiz/structures.dm b/code/modules/multiz/structures.dm index c3f454f69c3..e74812de2a0 100644 --- a/code/modules/multiz/structures.dm +++ b/code/modules/multiz/structures.dm @@ -130,7 +130,7 @@ density = 0 opacity = 0 anchored = 1 - layer = 2.4 // Above turf, but they're sort of the floor, so below objects. + flags = ON_BORDER /obj/structure/stairs/Initialize() . = ..() @@ -182,4 +182,4 @@ /obj/structure/stairs/west dir = WEST - bound_width = 64 \ No newline at end of file + bound_width = 64 diff --git a/html/changelogs/ater_stairs.yml b/html/changelogs/ater_stairs.yml new file mode 100644 index 00000000000..fd313ac717d --- /dev/null +++ b/html/changelogs/ater_stairs.yml @@ -0,0 +1,4 @@ +author: Atermonera +delete-after: True +changes + - bugfix: "Stairs have been straightened and now connect to both the heavens and hells, formerly just the hells." \ No newline at end of file