diff --git a/code/modules/multiz/stairs.dm b/code/modules/multiz/stairs.dm index ef92ffa18d..333357321e 100644 --- a/code/modules/multiz/stairs.dm +++ b/code/modules/multiz/stairs.dm @@ -520,7 +520,7 @@ /obj/structure/stairs/spawner/north dir = NORTH bound_height = 64 - bound_y = -32 + //bound_y = -32 pixel_y = -32 /obj/structure/stairs/spawner/south @@ -530,7 +530,7 @@ /obj/structure/stairs/spawner/east dir = EAST bound_width = 64 - bound_x = -32 + //bound_x = -32 pixel_x = -32 /obj/structure/stairs/spawner/west