Files
ReddeyfishVor 4909f3f22b Add trash-edible glass container (#83)
* Add trash-edible glass container

* Refactor to clearer item path, add flavortext

* Add autolathe cost
2018-03-31 11:11:09 -07:00

10 lines
449 B
Plaintext

/obj/item/weapon/storage/glass_ornament
name = "Hollow Glass Ornament"
desc = "An ornate, bulbous glass ornament, clear and transparent. A hinge on the bottom allows things to be dropped inside."
icon = 'icons/obj/lighting.dmi'
icon_state = "glowstick_yellow"
item_state = "glowstick_yellow"
max_w_class = ITEMSIZE_SMALL
matter = list("glass" = 100)
max_storage_space = 1 * ITEMSIZE_COST_SMALL
can_hold = list(/obj/item/weapon/holder/micro)