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 148e31afe8..b4613e1691 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -101,6 +101,12 @@ ckeywhitelist = list("astraether") character_name = list("Astra Ether") +/datum/gear/fluff/astra_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Astra's Conduct Medal" + ckeywhitelist = list("astraether") + character_name = list("Astra Ether") + /datum/gear/fluff/collar/azura path = /obj/item/clothing/accessory/collar/azura display_name = "collar, Azura" @@ -155,6 +161,12 @@ ckeywhitelist = list("blakeryan") character_name = list("Nolan Conaway") +/datum/gear/fluff/amber_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Amber's Conduct Medal" + ckeywhitelist = list("bluewolf128") + character_name = list("Amber Wresspenn") + /datum/gear/fluff/charles_hat path = /obj/item/clothing/head/that/fluff/gettler display_name = "Charles' Top-Hat" @@ -272,6 +284,18 @@ ckeywhitelist = list("dickfreedomjohnson") character_name = list("Elliot Richards") +/datum/gear/fluff/donald_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Donald's Conduct Medal" + ckeywhitelist = list("drainquake") + character_name = list("Donald Weinbeck") + +/datum/gear/fluff/donald_medal_2 + path = /obj/item/clothing/accessory/medal/bronze_heart + display_name = "Donald's Heart Medal" + ckeywhitelist = list("drainquake") + character_name = list("Donald Weinbeck") + /datum/gear/fluff/drake_box path = /obj/item/weapon/storage/box/fluff/drake display_name = "Drake's Box" @@ -582,6 +606,12 @@ character_name = list("Ashley Kifer") // L CKEYS +/datum/gear/fluff/kenzie_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Kenzie's Conduct Medal" + ckeywhitelist = list("lm40") + character_name = list("Kenzie Houser") + /datum/gear/fluff/kenzie_hypospray path = /obj/item/weapon/reagent_containers/hypospray/vial/kenzie display_name = "Kenzie's Hypospray" @@ -789,6 +819,18 @@ ckeywhitelist = list("sageofaether12") character_name = list("Brynhild Vandradottir") +/datum/gear/fluff/brynhild_medal_3 + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Brynhild's Conduct Medal" + ckeywhitelist = list("sageofaether12") + character_name = list("Brynhild Vandradottir") + +/datum/gear/fluff/brynhild_medal_4 + path = /obj/item/clothing/accessory/medal/bronze_heart + display_name = "Brynhild's Heart 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" @@ -924,6 +966,12 @@ ckeywhitelist = list("tabiranth") character_name = list("Ascian") +/datum/gear/fluff/ascian_medal_3 + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Ascian's Conduct Medal" + ckeywhitelist = list("tabiranth") + character_name = list("Ascian") + /datum/gear/fluff/ascian_spiritspawner path = /obj/item/weapon/grenade/spawnergrenade/spirit display_name = "The Best Kitten"