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 c892767e3c6..3206b08d6f0 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -193,7 +193,7 @@ name = "old ratty sofa" icon_state = "sofamiddle" anchored = 1 - density = 1 + /obj/structure/stool/bed/chair/sofa/left icon_state = "sofaend_left" /obj/structure/stool/bed/chair/sofa/right diff --git a/icons/obj/objects.dmi b/icons/obj/objects.dmi index 1332d94f806..4636f769664 100644 Binary files a/icons/obj/objects.dmi and b/icons/obj/objects.dmi differ