Add trash-edible glass container (#83)

* Add trash-edible glass container

* Refactor to clearer item path, add flavortext

* Add autolathe cost
This commit is contained in:
ReddeyfishVor
2018-03-31 11:11:09 -07:00
committed by GitHub
parent b3583c5cad
commit 4909f3f22b
5 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
/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)