Merge pull request #4953 from Schnayy/trinketbox

Trinket box
This commit is contained in:
Anewbe
2018-02-26 10:04:14 -06:00
committed by GitHub
7 changed files with 3 additions and 5 deletions

View File

@@ -674,7 +674,6 @@
/*
* Trinket Box - READDING SOON
*/
/*
/obj/item/weapon/storage/trinketbox
name = "trinket box"
desc = "A box that can hold small trinkets, such as a ring."
@@ -724,5 +723,4 @@
..()
if(open && contents.len)
var/display_item = contents[1]
to_chat(user, "<span class='notice'>\The [src] contains \the [display_item]!</span>")
*/
to_chat(user, "<span class='notice'>\The [src] contains \the [display_item]!</span>")