From 85db9b494677191ba8324fba51bac26a7dc3273c Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Wed, 4 Mar 2020 16:10:31 +0000 Subject: [PATCH] Fix to plushy again. fix --- modular_citadel/code/modules/client/loadout/__donator.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 393be9c7..9a735378 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -23,7 +23,13 @@ name = "Will Plush" category = SLOT_IN_BACKPACK path = /obj/item/toy/plush/mammal/winterbloo - ckeywhitelist = list("wolfy wolf967") + ckeywhitelist = list("wolfy_wolf967") + +/datum/gear/winterblooplushextra + name = "Will Plush" + category = SLOT_IN_BACKPACK + path = /obj/item/toy/plush/mammal/winterbloo + ckeywhitelist = list("wolfywolf967") /datum/gear/helioplush name = "Chris Plushie"