diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index e2d5714051d..1720d503153 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1321,6 +1321,13 @@ character_name = list("Bradley Khatibi") // V CKEYS + +/datum/gear/fluff/valkhorns + path = /obj/item/clothing/ears/earring/fluff/valkhorns + display_name = "Valkaerie's Horns" + ckeywhitelist = list("valkaerie") + character_name = list("Valkaerie Stoze") + /datum/gear/fluff/verie_suit path = /obj/item/clothing/under/fluff/verie display_name = "Verie's Salacious Suit" diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 16631c9446c..11a2cccf4e7 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2726,3 +2726,13 @@ Departamental Swimsuits, for general use icon_state = "bigroundglasses" slot_flags = SLOT_EYES | SLOT_EARS glasses_layer_above = TRUE + +//valkaerie: Valkaerie Stoze + +/obj/item/clothing/ears/earring/fluff/valkhorns + name = "valkaerie's horns" + desc = "Curled horns that look that they shouldn't really be pulled off!" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "valkhorns" + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "valkhorns_onmob" diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index a94316da760..1afb16a499e 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ