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 6a5598a37ef..4a020c255bb 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -166,7 +166,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 f526ddeee70..3120f49eb9d 100644 Binary files a/icons/obj/objects.dmi and b/icons/obj/objects.dmi differ