From 4fdf2a18974307a684fc94de349057a431a81a41 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 10 May 2021 17:17:56 -0400 Subject: [PATCH] Fluff items https://forum.vore-station.net/viewtopic.php?f=27&t=1960 https://forum.vore-station.net/viewtopic.php?f=27&t=1958 --- .../loadout/loadout_fluffitems_vr.dm | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) 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 52666a2419..2ded432e8b 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -60,6 +60,18 @@ ckeywhitelist = list("aegisoa") character_name = list("Xander Bevin") +/datum/gear/fluff/charlotte_medal + path = /obj/item/clothing/accessory/medal/silver/security + display_name = "Charlotte's Robust Security Medal" + ckeywhitelist = list("alfalah") + character_name = list("Charlotte Graves") + +/datum/gear/fluff/charlotte_medal_2 + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Charlotte's Medal of Conduct" + ckeywhitelist = list("alfalah") + character_name = list("Charlotte Graves") + /datum/gear/fluff/charlotte_cigarettes path = /obj/item/weapon/storage/fancy/fluff/charlotte display_name = "Charlotte's cigarette case" @@ -745,12 +757,11 @@ character_name = list("Bogen Kellogg") // P CKEYS -/datum/gear/fluff/zaku_sweatervest - path = /obj/item/clothing/suit/varsity/green/sweater_vest - display_name = "Zaku's Sweater Vest" - slot = slot_wear_suit - ckeywhitelist = list("pimientopyro") - character_name = list("Zaku Fyodorovna") +/datum/gear/fluff/evelyn_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Evelyn's Medal of Conduct" + ckeywhitelist = list("pandora029") + character_name = list("Evelyn Tareen") /datum/gear/fluff/lily_medal path = /obj/item/clothing/accessory/medal/silver/unity @@ -789,6 +800,13 @@ ckeywhitelist = list("pimientopyro") character_name = list("Scylla Casmus") +/datum/gear/fluff/zaku_sweatervest + path = /obj/item/clothing/suit/varsity/green/sweater_vest + display_name = "Zaku's Sweater Vest" + slot = slot_wear_suit + ckeywhitelist = list("pimientopyro") + character_name = list("Zaku Fyodorovna") + /datum/gear/fluff/kiyoshi_cloak path = /obj/item/clothing/accessory/poncho/roles/cloak/fluff/cloakglowing display_name = "glowing cloak"