From 1674decc9ad264a343b14e5961340e407dce06f1 Mon Sep 17 00:00:00 2001 From: izac112 Date: Thu, 19 Sep 2019 02:01:05 +0200 Subject: [PATCH] Fix for wrong object path (not related to the issue at hand just might want to get the item you selected) --- .../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 6b66eec642..574ebc9d3c 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -53,7 +53,7 @@ //Wolfgang Jaeger /datum/gear/fluff/wolfgang_jaeger_mauserunder - path = /obj/item/clothing/head/beret/mauserhat + path = /obj/item/clothing/under/fluff/mauserunder display_name = "Mauser tank crew uniform.." description = "The standard uniform of the mauser tank division.." ckeywhitelist = list("blackangelsace") @@ -724,7 +724,7 @@ //Hans Jaeger /datum/gear/fluff/hans_jaeger_mauserunder - path = /obj/item/clothing/head/beret/mauserhat + path = /obj/item/clothing/under/fluff/mauserunder display_name = "Mauser tank crew uniform" description = "The standard uniform of the mauser tank division." ckeywhitelist = list("valhallaviking01")