From ca065b7711e3050ecd140131d6c97fdfd8f45134 Mon Sep 17 00:00:00 2001 From: quotefox Date: Fri, 9 Sep 2022 02:44:14 +0100 Subject: [PATCH] plane fix plane fix --- code/game/objects/structures/stairs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/stairs.dm b/code/game/objects/structures/stairs.dm index abe8b685d..34eedd776 100644 --- a/code/game/objects/structures/stairs.dm +++ b/code/game/objects/structures/stairs.dm @@ -12,6 +12,7 @@ icon_state = "stairs" anchored = TRUE layer = 2.1 + plane = -2 var/force_open_above = FALSE // replaces the turf above this stair obj with /turf/open/transparent/openspace var/terminator_mode = STAIR_TERMINATOR_AUTOMATIC var/turf/listeningTo