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 459592e296c..61e07237489 100644 --- a/code/game/objects/structures/stool_bed_chair_nest/chairs.dm +++ b/code/game/objects/structures/stool_bed_chair_nest/chairs.dm @@ -417,6 +417,10 @@ icon_state = "bamboo_sofamiddle" color = null colorable = FALSE + resistance_flags = FLAMMABLE + max_integrity = 70 + buildstackamount = 2 + buildstacktype = /obj/item/stack/sheet/wood /obj/structure/chair/sofa/bamboo/left icon_state = "bamboo_sofaend_left" @@ -442,6 +446,10 @@ desc = "Not the most comfortable, but vegan!" icon_state = "bamboo_stool" item_chair = /obj/item/chair/stool/bamboo + resistance_flags = FLAMMABLE + max_integrity = 70 + buildstackamount = 2 + buildstacktype = /obj/item/stack/sheet/wood /obj/item/chair name = "chair"