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"