diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index c673616adec0..a5b8d9e663f4 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -361,4 +361,4 @@ icon = 'icons/obj/structures/handrail.dmi' icon_state = "handrail" desc = "A safety railing with buckles to secure yourself to when floor isn't stable enough." - var/item_chair = NULL // this just makes it so it cant be picked up + item_chair = NULL