From c544b04e0291bd0c9502490d4c8558d9b1eb086b Mon Sep 17 00:00:00 2001 From: nik707 <38332985+nik707@users.noreply.github.com> Date: Thu, 18 Oct 2018 11:39:08 -0500 Subject: [PATCH] fixes my donator item to the new ckey (#7642) --- 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 b078489aaf..6893eca14a 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -258,7 +258,7 @@ datum/gear/darksabresheath category = SLOT_IN_BACKPACK path = /obj/item/reagent_containers/food/drinks/flask/steel cost = 2 - ckeywhitelist = list("johnnyvitrano") + ckeywhitelist = list("nik707") /datum/gear/paperhat name = "Paper Hat"