From 7a187691ff58dcd296dc183c9feacb40184ce925 Mon Sep 17 00:00:00 2001 From: fighterslam Date: Sat, 18 May 2024 17:16:01 -0500 Subject: [PATCH] fixes a little fucky wucky --- code/game/objects/structures/beds_chairs/chair.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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