From 089f692fffcc6c39acef8def4cd62c5b23659ac1 Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sat, 20 Sep 2025 20:21:34 -0400 Subject: [PATCH] Invisible benches fix (#11709) --- code/game/objects/structures/stool_bed_chair_nest/chairs.dm | 4 ++++ 1 file changed, 4 insertions(+) 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 197b293497..e65ae147fc 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -136,6 +136,7 @@ name = "rounded chair" desc = "It's a rounded chair. It looks comfy." icon_state = "roundedchair" + icon = 'icons/obj/furniture.dmi' //CHOMP Edit - These need to be base dmi, chomp's does not have them. base_icon = "roundedchair" /obj/structure/bed/chair/comfy/rounded/brown/Initialize(mapload, var/new_material, var/new_padding_material) @@ -315,6 +316,7 @@ desc = "If they want you to go to church, why do they make these so uncomfortable?" base_icon = "pewmiddle" icon_state = "pewmiddle" + icon = 'icons/obj/furniture.dmi' //CHOMP Edit - These need to be base dmi, chomp's does not have them. applies_material_colour = FALSE /obj/structure/bed/chair/sofa/pew/left @@ -331,6 +333,7 @@ desc = "Almost as comfortable as waiting at a bus station for hours on end." base_icon = "benchmiddle" icon_state = "benchmiddle" + icon = 'icons/obj/furniture.dmi' //CHOMP Edit - These need to be base dmi, chomp's does not have them. applies_material_colour = FALSE color = null var/padding_color = "#CC0000" @@ -368,6 +371,7 @@ desc = "How corporate!" base_icon = "corp_sofamiddle" icon_state = "corp_sofamiddle" + icon = 'icons/obj/furniture.dmi' //CHOMP Edit - These need to be base dmi, chomp's does not have them. applies_material_colour = FALSE /obj/structure/bed/chair/sofa/corp/left