diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm
index c8c8d5e6ee..11c4082794 100644
--- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm
+++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm
@@ -893,6 +893,12 @@
character_name = list("Aroozee Daarvoleast-Clark")
allowed_roles = list("Head of Security")
+/datum/gear/fluff/aroozee_valhollide_ring
+ path = /obj/item/clothing/accessory/collar/fluff/aroozee_valhollide_ring
+ display_name = "Aroozee valhollide ring"
+ description = "A ring made of valhollide."
+ ckeywhitelist = list("splintergp")
+ character_name = list("Aroozee Daarvoleast-Clark")
// T CKEYS
diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm
index cd972145d2..8ab2562dff 100644
--- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm
+++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm
@@ -1637,6 +1637,16 @@
cold_protection = UPPER_TORSO|LOWER_TORSO|ARMS|LEGS
min_cold_protection_temperature = SPACE_SUIT_MIN_COLD_PROTECTION_TEMPERATURE
+/obj/item/clothing/accessory/collar/fluff/aroozee_valhollide_ring
+ name = "Aroozee valhollide ring"
+ desc = "A long, loose chain lace of silver, holding a special ring of a perfect, crystalline definition.
It's touch is perpetually that of deep ice-cold, no matter how long you hold it.
Staring at it, you feel quiet, your mind calm, your thoughts very still."
+ icon = 'icons/vore/custom_clothes_yw.dmi'
+ icon_state = "aroozee_valhollide_ring"
+ icon_override = 'icons/vore/custom_clothes_yw.dmi'
+ item_state = "aroozee_valhollide_ring_mob"
+ overlay_state = "aroozee_valhollide_ring_mob"
+ slot_flags = SLOT_TIE | SLOT_OCLOTHING
+ w_class = 2
// *****
diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi
index df650de8db..acfc8d368b 100644
Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ