From b948887a77b484a5f79644d5f0242e06efd114d0 Mon Sep 17 00:00:00 2001 From: fighterslam Date: Sat, 18 May 2024 04:41:52 -0500 Subject: [PATCH] they cant be picked up now --- code/game/objects/structures/beds_chairs/chair.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/beds_chairs/chair.dm b/code/game/objects/structures/beds_chairs/chair.dm index 6953383b2d0d..c673616adec0 100644 --- a/code/game/objects/structures/beds_chairs/chair.dm +++ b/code/game/objects/structures/beds_chairs/chair.dm @@ -361,3 +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