mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user