@@ -1113,8 +1113,8 @@
|
|||||||
/obj/item/toy/plushie/kitten = 2,
|
/obj/item/toy/plushie/kitten = 2,
|
||||||
/obj/item/toy/plushie/lizard = 2,
|
/obj/item/toy/plushie/lizard = 2,
|
||||||
/obj/item/toy/plushie/spider = 2,
|
/obj/item/toy/plushie/spider = 2,
|
||||||
/obj/item/toy/plushie/farwa = 2)
|
/obj/item/toy/plushie/farwa = 2,
|
||||||
// /obj/item/weapon/storage/trinketbox = 2 (readding later due to conflict)
|
/obj/item/weapon/storage/trinketbox = 2)
|
||||||
prices = list(/obj/item/weapon/storage/fancy/heartbox = 15,
|
prices = list(/obj/item/weapon/storage/fancy/heartbox = 15,
|
||||||
/obj/item/toy/bouquet = 10,
|
/obj/item/toy/bouquet = 10,
|
||||||
/obj/item/toy/bouquet/fake = 3,
|
/obj/item/toy/bouquet/fake = 3,
|
||||||
|
|||||||
@@ -674,7 +674,6 @@
|
|||||||
/*
|
/*
|
||||||
* Trinket Box - READDING SOON
|
* Trinket Box - READDING SOON
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
/obj/item/weapon/storage/trinketbox
|
/obj/item/weapon/storage/trinketbox
|
||||||
name = "trinket box"
|
name = "trinket box"
|
||||||
desc = "A box that can hold small trinkets, such as a ring."
|
desc = "A box that can hold small trinkets, such as a ring."
|
||||||
@@ -725,4 +724,3 @@
|
|||||||
if(open && contents.len)
|
if(open && contents.len)
|
||||||
var/display_item = contents[1]
|
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>")
|
||||||
*/
|
|
||||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 62 KiB |