diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index bf3e1eba732..bd451862b5a 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1697,6 +1697,19 @@ Departamental Swimsuits, for general use icon_state = "vietsi_ring" var/nameset = 0 +/obj/item/clothing/gloves/ring/seal/fluff/vietsi/attack_self(mob/user) + if(nameset) + to_chat(user, "The [src] has already been claimed!") + return + + to_chat(user, "You claim the [src] as your own!") + change_name(user) + nameset = 1 + +/obj/item/clothing/gloves/ring/seal/fluff/vietsi/proc/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 name = "latex maid dress"