From c79716305db9292dd90b2a802b841460935e2cab Mon Sep 17 00:00:00 2001 From: Keila-coon <57070239+Keila-coon@users.noreply.github.com> Date: Fri, 1 Nov 2019 08:49:52 -0430 Subject: [PATCH] Fixed more typos for fluff items Fixed a typo for Mocha's fluff items --- .../preference_setup/loadout/loadout_fluffitems_yw.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 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 060c076611..34ae758beb 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -692,11 +692,11 @@ //Moca_The_Porg1 //Mocha -/datum/gear/fluff/mochaexploreruniform +/datum/gear/fluff/mocha_jumpsuit 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("moca_the_porg1") 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("moca_the_porg1") character_name = list("Mocha") allowed_roles = list("Explorer", "Pathfinder")