Fixes mistakes I made adding Verie's fluff items

This commit is contained in:
Amy
2021-01-02 21:53:46 -06:00
parent e2bcc6d3fa
commit 3752556ceb
2 changed files with 20 additions and 0 deletions
@@ -959,6 +959,25 @@
// U CKEYS
// V CKEYS
/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"
@@ -2265,6 +2265,7 @@ Departamental Swimsuits, for general use
..()
/obj/item/clothing/head/hood/winter/fluff/verie
body_parts_covered = null // This way, Verie's hair can show through the hood!
name = "not-so-cyan hood"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_state = "verie_hood"