mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Fixes mistakes I made adding Verie's fluff items
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user