From 8e3ada67211a525ca7a1de9d40a87f05952e8cbc Mon Sep 17 00:00:00 2001 From: Spades Date: Sat, 9 Sep 2017 22:44:12 -0400 Subject: [PATCH] Revert "Removes silly railing layering" --- 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 36e8d6b0a4d..9f7cd6e54db 100644 --- a/code/game/objects/structures/railing.dm +++ b/code/game/objects/structures/railing.dm @@ -6,7 +6,7 @@ density = 1 throwpass = 1 climbable = 1 -// layer = 3.2 //Just above doors // Vorestation Edit + layer = 3.2 //Just above doors anchored = 1 flags = ON_BORDER icon_state = "railing0"