From 498906bba33cc98d4b974738e8a4bf29823f7e1d Mon Sep 17 00:00:00 2001 From: Keila-coon <57070239+Keila-coon@users.noreply.github.com> Date: Wed, 30 Oct 2019 00:08:43 -0430 Subject: [PATCH] Fixed another typo for fluff items Fixed the path for cheekycrenando's fluff item --- .../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 3372631f9f..6d1801c486 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -160,9 +160,9 @@ // C CKEYS //cheekycrenando - +//Srusu Rskuzu /datum/gear/fluff/srususovietuniform - path = /obj/item/clothing/under/soviet + path = /obj/item/clothing/under/fluff/srususoviet display_name = "Soviet Uniform" description = "Standard issue soviet dress uniform" ckeywhitelist = list("cheekycrenando")