From 789fc0b9f715d609c35d5552f90d96330515ebc6 Mon Sep 17 00:00:00 2001 From: Pandora Date: Sun, 13 Nov 2022 20:39:32 +0000 Subject: [PATCH] Update loadout_fluffitems_vr.dm --- .../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 4461dfbae8c..f62f0be334d 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -851,6 +851,12 @@ ckeywhitelist = list("pandora029") character_name = list("Seona Young") +/datum/gear/fluff/seona_big_plushie + path = /obj/item/toy/plushie/fluff/seona_mofuorb + display_name = "comically oversized fox plushie" + ckeywhitelist = list("pandora029") + character_name = list("Seona Young") + /datum/gear/fluff/lily_medal path = /obj/item/clothing/accessory/medal/silver/unity display_name = "Lily's Unity Medal"