From f1d743903b04c6cc9d3da8377dc83447f6d8cf46 Mon Sep 17 00:00:00 2001 From: Deniz <66401072+Oyu-De@users.noreply.github.com> Date: Mon, 27 Jun 2022 21:12:53 +0100 Subject: [PATCH] Bamboo drops wood (#18112) * Bamboo drops wood * Moved where its defined as per comment * fixed the line spacing * flammable --- .../objects/structures/stool_bed_chair_nest/chairs.dm | 8 ++++++++ 1 file changed, 8 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 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"