mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Bamboo drops wood (#18112)
* Bamboo drops wood * Moved where its defined as per comment * fixed the line spacing * flammable
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user