From 00a5f09ad432053282f6723de4553aa73178043a Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:35:46 -0700 Subject: [PATCH] [MIRROR] Adds approved fluff medal (#7075) Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 --- .../preference_setup/loadout/loadout_fluffitems_vr.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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 32dafd3f55..469192f02e 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -459,6 +459,12 @@ ckeywhitelist = list("hunterbirk") character_name = list("Aria Blue") +/datum/gear/fluff/elizabeth_conduct_medal + path = /obj/item/clothing/accessory/medal/conduct + display_name = "Elizabeth's Distinguished Conduct Medal" + ckeywhitelist = list("hunterbirk") + character_name = list("Elizabeth Bayou") + /datum/gear/fluff/mercury_vopal_ring path = /obj/item/clothing/gloves/ring/material/void_opal/fluff/mercury display_name = "Mercury's Mate Ring"