From ed565da6cde72e6a4bab28c484761fdd8361d468 Mon Sep 17 00:00:00 2001 From: fighterslam Date: Sat, 18 May 2024 17:20:19 -0500 Subject: [PATCH] decapitalizes null I have no idea what I am doing --- 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 a5b8d9e663f4..6672be2da869 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." - item_chair = NULL + item_chair = null