From bd110f03de2835eafc888e11beb9a21baa50dae2 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sun, 25 Jul 2021 20:38:11 -0400 Subject: [PATCH] Scary so remove --- code/modules/multiz/stairs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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