From 1a4df8fd0a8134bd24c697fac243844d6d80cfe1 Mon Sep 17 00:00:00 2001 From: JemliRoivas Date: Sun, 15 Jan 2023 23:39:29 -0500 Subject: [PATCH] Add the fennec crown to the fluff items list Fluff item was approved back in 2020 but was never added to the spawning list. https://forum.vore-station.net/viewtopic.php?f=27&t=1733 --- .../preference_setup/loadout/loadout_fluffitems_vr.dm | 7 +++++++ 1 file changed, 7 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 f4f8f93df1..21675dc006 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -561,6 +561,13 @@ ckeywhitelist = list("jemli") character_name = list("Jemli") +/datum/gear/fluff/fen_crown + path = /obj/item/clothing/head/crown + display_name = "Princess Crown" + slot = slot_head + ckeywhitelist = list("jemli") + character_name = list("Princess Afenia") + /datum/gear/fluff/jeremiah_holster path = /obj/item/clothing/accessory/holster/armpit display_name = "Ace's Holster"