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 0849eb44d99..7cb5d60684f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -141,6 +141,12 @@ character_name = list("Jayda Wilson") // C CKEYS +/datum/gear/fluff/cappy_watch + path = /obj/item/clothing/accessory/watch + display_name = "Cappy's Pocket Watch" + ckeywhitelist = list("cappycat") + character_name = list("Cappy Fuzzlyfeathers") + /datum/gear/fluff/james_disk path = /obj/item/weapon/disk/data display_name = "James' Disk" @@ -247,6 +253,12 @@ character_name = list("Erik Ramadwood") // F CKEYS +/datum/gear/fluff/yikatihaki_armor + path = /obj/item/clothing/suit/armor/vox_scrap + display_name = "Yikatihaki's Armor" + ckeywhitelist = list("flaktual") + character_name = list("Yikatihaki") + allowed_roles = list("Explorer") // G CKEYS /datum/gear/fluff/eldi_implant @@ -593,6 +605,12 @@ character_name = list("Richard D'angelo") // P CKEYS +/datum/gear/fluff/zaku_sweatervest + path = /obj/item/clothing/suit/varsity/green/sweater_vest + display_name = "Zaku's Sweater Vest" + ckeywhitelist = list("pimientopyro") + character_name = list("Zaku Fyodorovna") + /datum/gear/fluff/lily_medal path = /obj/item/clothing/accessory/medal/silver/unity display_name = "Lily's Unity Medal" @@ -628,6 +646,12 @@ allowed_roles = list("Roboticist") // S CKEYS +/datum/gear/fluff/brynhild_medal + path = /obj/item/clothing/accessory/medal/silver/valor + display_name = "Brynhild's Valor Medal" + ckeywhitelist = list("sageofaether12") + character_name = list("Brynhild Vandradottir") + /datum/gear/fluff/kateryna_voidsuit path = /obj/item/clothing/suit/space/void/engineering/kate display_name = "Kateryna's Voidsuit" @@ -728,6 +752,12 @@ ckeywhitelist = list("spoopylizz") character_name = list("Roiz Lizden") +/datum/gear/fluff/lilith_medal + path = /obj/item/clothing/accessory/medal/silver/valor + display_name = "Lilith's Valor Medal" + ckeywhitelist = list("stiphs") + character_name = list("Lilith Vespers") + /datum/gear/fluff/silent_mimemask path = /obj/item/clothing/mask/gas/sexymime display_name = "Silent Stripe's Mime Mask" diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index f51daa806ce..e97cfd3bf8c 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1943,4 +1943,18 @@ Departamental Swimsuits, for general use /obj/item/clothing/accessory/poncho/roles/cloak/hop/fluff/pip/equipped() //Because otherwise it gets reset every time ..() - icon_override = 'icons/vore/custom_clothes_vr.dmi' \ No newline at end of file + icon_override = 'icons/vore/custom_clothes_vr.dmi' + +//CappyCat:Cappy Fuzzlyfeathers +/obj/item/clothing/accessory/watch + name = "silver pocket watch" + desc = "A fancy silver-plated digital pocket watch. Looks expensive." + icon = 'icons/obj/deadringer.dmi' + icon_state = "deadringer" + w_class = ITEMSIZE_SMALL + slot_flags = SLOT_ID | SLOT_BELT | SLOT_TIE + +//Pimientopyro:Zaku Fyodorovna +/obj/item/clothing/suit/varsity/green/sweater_vest + name = "green sweater vest" + desc = "A green argyle sweater vest with a white undershirt, a must for long winter nights and looking like a dork." \ No newline at end of file