From 30f1f326bca7bd61c744e66fcf2cf19f2fb6bf89 Mon Sep 17 00:00:00 2001 From: Keila-coon <57070239+Keila-coon@users.noreply.github.com> Date: Sun, 3 Nov 2019 00:58:07 -0430 Subject: [PATCH] Fixed a typo for loadout fluff items. Fixed a typo for Mocha's fluff items --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 34ae758beb..763b3fde2e 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -696,7 +696,7 @@ path = /obj/item/clothing/under/fluff/mocha_uniform display_name = "Winterized Explorer Jumpsuit" description = "A Greenish-white uniform for operating in hazardous environments. This one is suited for colder environments." - ckeywhitelist = list("moca_the_porg1") + ckeywhitelist = list("mocatheporg1") character_name = list("Mocha") allowed_roles = list("Explorer", "Pathfinder") @@ -704,7 +704,7 @@ path = /obj/item/device/modkit_conversion/fluff/mocha_suit_kit display_name = "Mocha's modkit" description = "A kit containing all the needed tools and parts to modify a Explorer Suit" - ckeywhitelist = list("moca_the_porg1") + ckeywhitelist = list("mocatheporg1") character_name = list("Mocha") allowed_roles = list("Explorer", "Pathfinder")