From 5fa691e64790ac659dd2feca2c8876c7ba78adcd Mon Sep 17 00:00:00 2001 From: Woodratt Date: Mon, 3 Feb 2020 16:52:56 -0800 Subject: [PATCH] Update chairs.dm --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm index a64802bc6e..d68bdd06fd 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -46,7 +46,6 @@ var/cache_key = "[base_icon]-armrest-[padding_material ? padding_material.name : "no_material"]" if(isnull(stool_cache[cache_key])) var/image/I = image(icon, "[base_icon]_armrest") - world << "Thought is a nerd." I.layer = MOB_LAYER + 0.1 I.plane = MOB_PLANE if(padding_material) @@ -362,4 +361,4 @@ icon_state = "sofaend_right" /obj/structure/bed/chair/sofa/yellow/corner - icon_state = "sofacorner" \ No newline at end of file + icon_state = "sofacorner"