mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
21 lines
642 B
Plaintext
21 lines
642 B
Plaintext
/obj/structure/chair/bananium
|
|
icon = 'yogstation/icons/obj/chairs.dmi'
|
|
icon_state = "bananium_chair"
|
|
name = "bananium chair"
|
|
desc = "A chair made out of bananium alot more confortable then you would think."
|
|
resistance_flags = NONE
|
|
max_integrity = 70
|
|
buildstacktype = /obj/item/stack/sheet/mineral/bananium
|
|
buildstackamount = 2
|
|
|
|
/obj/item/chair/bananium
|
|
name = "bananium chair"
|
|
icon = 'yogstation/icons/obj/chairs.dmi'
|
|
icon_state = "bananium_chair_toppled"
|
|
item_state = "woodenchair"
|
|
resistance_flags = NONE
|
|
max_integrity = 70
|
|
hitsound = 'sound/items/bikehorn.ogg'
|
|
origin_type = /obj/structure/chair/bananium
|
|
materials = null
|