From dc9a8f0b4b280e33f3e008d481c823f93fec057c Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Thu, 30 Mar 2023 07:05:21 +1000 Subject: [PATCH] Fixes wrong ckey --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 03b13ca1f5..8c07989d88 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -455,14 +455,14 @@ path = /obj/item/clothing/head/welding/fluff/zera display_name = "Zera's Welding Mask" slot = slot_head - ckeywhitelist = list("fuackwitt422") + ckeywhitelist = list("fuackwit422") character_name = list("Zera Livanne") /datum/gear/fluff/zera_labcloak path = /obj/item/clothing/suit/storage/toggle/labcoat/fluff/zera display_name = "Zera's Labcloak" slot = slot_wear_suit - ckeywhitelist = list("fuackwitt422") + ckeywhitelist = list("fuackwit422") character_name = list("Zera Livanne")