mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -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>")
|
||||
Reference in New Issue
Block a user