diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm
index 5db631d013..bf3e1eba73 100644
--- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm
+++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm
@@ -1697,19 +1697,6 @@ 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"
@@ -1723,4 +1710,4 @@ Departamental Swimsuits, for general use
sprite_sheets = list(
"Teshari" = 'icons/vore/custom_clothes_tesh_vr.dmi'
)
- body_parts_covered = UPPER_TORSO|LOWER_TORSO
\ No newline at end of file
+ body_parts_covered = UPPER_TORSO|LOWER_TORSO