diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index bf3e1eba732..d0799596198 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1689,13 +1689,16 @@ Departamental Swimsuits, for general use species_restricted = null //Mewchild: Phi Vietsi -/obj/item/clothing/gloves/ring/seal/fluff/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." icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "vietsi_ring" - var/nameset = 0 + +/obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi/change_name(var/signet_name = "Unknown") + name = "[signet_name]'s Bone Signet Ring" + desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck." //KotetsuRedwood:Latex Maid Dresses, for everyone to 'enjoy'. :3c /obj/item/clothing/under/fluff/latexmaid diff --git a/config/custom_items.txt b/config/custom_items.txt index 4e5847c0330..2838ffda014 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -498,7 +498,7 @@ item_path: /obj/item/weapon/implanter/reagent_generator/savannah { ckey: mewchild character_name: Phi Vietsi -item_path: /obj/item/clothing/gloves/ring/seal/fluff/vietsi +item_path: /obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi } {