[MIRROR] Fluff item (#8102)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2024-04-02 22:48:49 -07:00
committed by GitHub
parent 86c07216f3
commit 7c5dbe0329
3 changed files with 38 additions and 1 deletions

View File

@@ -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"

View File

@@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 213 KiB