From 17bee8675d302c722e6f2309b14cadf976f04aab Mon Sep 17 00:00:00 2001 From: evilew Date: Thu, 1 Feb 2024 00:29:33 +0100 Subject: [PATCH] donator ckey fix --- modular_citadel/code/modules/client/loadout/__donator.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index baf18b04..01d9b1e7 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -200,11 +200,12 @@ datum/gear/lyricalpawsring category = SLOT_IN_BACKPACK path = /obj/item/toy/plush/rose ckeywhitelist = list("eremitanovem", "sonoida") + /datum/gear/grimmy_coat name = "Overcoat of the Destitute" category = SLOT_IN_BACKPACK path = /obj/item/clothing/suit/storage/blueshield/grimmy - ckeywhitelist = list("BBGrimmy") + ckeywhitelist = list("bbgrimmy") /obj/item/clothing/suit/storage/blueshield/grimmy name = "Overcoat of the Destitute"