From 7960499bd2b41a8a6cced9e7a33c1fec54a4e52f Mon Sep 17 00:00:00 2001 From: Mewchild Date: Mon, 11 Jun 2018 12:00:27 -0500 Subject: [PATCH] Vietsi Fluff Items --- code/modules/vore/fluffstuff/custom_boxes_vr.dm | 7 +++++++ code/modules/vore/fluffstuff/custom_clothes_vr.dm | 7 ++++--- config/custom_items.txt | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_boxes_vr.dm b/code/modules/vore/fluffstuff/custom_boxes_vr.dm index 57b83c9876..3c05cdbc41 100644 --- a/code/modules/vore/fluffstuff/custom_boxes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_boxes_vr.dm @@ -217,6 +217,13 @@ /obj/item/clothing/gloves/fluff/morsleeves, /obj/item/clothing/under/fluff/morunder) +// Mewchild: Phi Vietsi +/obj/item/weapon/storage/box/fluff/vietsi + name = "Phi's Personal Items" + desc = "A small box containing Phi's small things" + has_items = list( + /obj/item/clothing/accessory/medal/bronze_heart, + /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi) /* Swimsuits, for general use, to avoid arriving to work with your swimsuit. diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 5dfb9bfec8..60d11f3613 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1680,9 +1680,10 @@ Departamental Swimsuits, for general use //Mewchild: Phi Vietsi /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi - name = "signet ring" - desc = "A signet ring carved from the bones of something long extinct, as a ward against bad luck." - + name = "Phi Vietsi's Bone Signet Ring" + desc = "A signet ring belonging to Phi Vietsi, carved from the bones of something long extinct, as a ward against bad luck." + var/signet_name = "Phi Vietsi" + icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "vietsi_ring" diff --git a/config/custom_items.txt b/config/custom_items.txt index 35fb84339c..7335f4503a 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -528,7 +528,7 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah { ckey: mewchild character_name: Phi Vietsi -item_path: /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi +item_path: /obj/item/weapon/storage/box/fluff/vietsi } {