From 9ef890d2f8cd81ee9052724849edfb7b1df03eeb Mon Sep 17 00:00:00 2001 From: Archie Date: Sun, 2 May 2021 00:19:38 -0300 Subject: [PATCH] lmaono --- hyperstation/code/game/objects/railings.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperstation/code/game/objects/railings.dm b/hyperstation/code/game/objects/railings.dm index 656a1ab2..78f2c1cd 100644 --- a/hyperstation/code/game/objects/railings.dm +++ b/hyperstation/code/game/objects/railings.dm @@ -24,7 +24,6 @@ rad_insulation = RAD_VERY_LIGHT_INSULATION rad_flags = RAD_PROTECT_CONTENTS var/check = 0 - climbable = TRUE /obj/structure/railing/CanPass(atom/movable/mover, turf/target) if(istype(mover) && (mover.pass_flags & PASSGLASS))