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 2e5c1e4866..5466582125 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -320,21 +320,18 @@ icon_state = "corp_sofamiddle" applies_material_colour = FALSE -/obj/structure/bed/chair/sofa/left/corp +/obj/structure/bed/chair/sofa/corp/left icon_state = "corp_sofaend_left" base_icon = "corp_sofaend_left" - applies_material_colour = FALSE -/obj/structure/bed/chair/sofa/right/corp +/obj/structure/bed/chair/sofa/corp/right icon_state = "corp_sofaend_right" base_icon = "corp_sofaend_right" - applies_material_colour = FALSE -/obj/structure/bed/chair/sofa/corner/corp +/obj/structure/bed/chair/sofa/corp/corner icon_state = "corp_sofacorner" base_icon = "corp_sofacorner" - applies_material_colour = FALSE - //corner_piece = TRUE //No need to re-state this, as the parent object already handles corners + corner_piece = TRUE //color variations //Middle sofas first