From 4f7c6bb4acc4a0a1218c93952a623e62d99e0faa Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 9 Sep 2017 23:04:25 -0400 Subject: [PATCH] Fixes #2138 --- code/game/objects/structures/railing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/railing.dm b/code/game/objects/structures/railing.dm index 9f7cd6e54db..fc2807fedeb 100644 --- a/code/game/objects/structures/railing.dm +++ b/code/game/objects/structures/railing.dm @@ -103,7 +103,7 @@ /obj/structure/railing/update_icon(var/UpdateNeighgors = 1) NeighborsCheck(UpdateNeighgors) - layer = (dir == SOUTH) ? FLY_LAYER : initial(layer) + //layer = (dir == SOUTH) ? FLY_LAYER : initial(layer) // Vorestation edit because wtf does this even do overlays.Cut() if (!check || !anchored)//|| !anchored icon_state = "railing0"