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 487e728fed..ac703fb7a9 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1224,6 +1224,32 @@ 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" + ckeywhitelist = list("vitoras") + character_name = list("Verie") + +/datum/gear/fluff/verie_hoodie + path = /obj/item/clothing/suit/storage/hooded/fluff/verie + display_name = "Verie's Helluva Hoodie" + ckeywhitelist = list("vitoras") + character_name = list("Verie") + +/datum/gear/fluff/verie_comb + path = /obj/item/weapon/fluff/verie + display_name = "Verie's Crazy Comb" + description = "(Note: The highlights this gives you will be placed above EVERYTHING... including mobs!)" + ckeywhitelist = list("vitoras") + character_name = list("Verie") + /datum/gear/fluff/cameron_glasses path = /obj/item/clothing/glasses/fluff/science_proper display_name = "Cameron's Science Glasses" diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index a94adf9200..f58e8dae83 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -2693,4 +2693,15 @@ End CHOMP Removal*/ icon_override = 'icons/inventory/eyes/mob_vr.dmi' icon_state = "bigroundglasses" slot_flags = SLOT_EYES | SLOT_EARS - glasses_layer_above = TRUE */ //Chomp REMOVE END + 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" +*/ //Chomp REMOVE END diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index a94316da76..1afb16a499 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ