From f570d7bca02cde226b26093c248024275410f30f Mon Sep 17 00:00:00 2001 From: evilew Date: Sat, 27 Jan 2024 00:45:13 +0100 Subject: [PATCH] donator ckey fix i screwed up waaah --- modular_citadel/code/modules/client/loadout/__donator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index ec67278c..53e0b718 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -189,7 +189,7 @@ datum/gear/lyricalpawsring name = "GATO Badge - Correspondent" category = SLOT_IN_BACKPACK path = /obj/item/clothing/accessory/medal/gato_badge/middleman - ckeywhitelist = list("sonoida, johnjimjim") + ckeywhitelist = list("johnjimjim", "sonoida") /datum/gear/halsey_overcoat name = "Halsey's Commander Overcoat"