From fcec9a87f52d1ee126727fdb675dd79561f40d52 Mon Sep 17 00:00:00 2001 From: Keila-coon <57070239+Keila-coon@users.noreply.github.com> Date: Wed, 30 Oct 2019 20:24:26 -0430 Subject: [PATCH] Fixed a typo for fluff items Fixed a typo for the modkit for Moca_The_Porg1 --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6d1801c486..060c076611 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -701,7 +701,7 @@ allowed_roles = list("Explorer", "Pathfinder") /datum/gear/fluff/mocha_suit_kit - path = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit + 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")