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 dbb4bd5177..574ebc9d3c 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -1,7 +1,7 @@ /* /datum/gear/fluff/testhorn path = /obj/item/weapon/bikehorn - display_name = "Airhorn - Example Item" + display_name = "Airhorn - Example Item" //Don't use the same as another item description = "An example item that you probably shouldn't see!" ckeywhitelist = list("broman2000") allowed_roles = list("Station Engineer") //Don't include this if the item is not role restricted @@ -53,23 +53,23 @@ //Wolfgang Jaeger /datum/gear/fluff/wolfgang_jaeger_mauserunder - path = /obj/item/clothing/head/beret/mauserhat - display_name = "Mauser tank crew uniform" - description = "The standard uniform of the mauser tank division." + 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") character_name = list("Wolfgang Jaeger") /datum/gear/fluff/wolfgang_jaeger_mauserhat path = /obj/item/clothing/head/beret/mauserhat - display_name = "Crew cap" - description = "A floppy hat bearing the mauser logo." + display_name = "Crew cap.." + description = "A floppy hat bearing the mauser logo.." ckeywhitelist = list("blackangelsace") character_name = list("Wolfgang Jaeger") /datum/gear/fluff/wolfgang_jaeger_mauserboots path = /obj/item/clothing/shoes/boots/jackboots/fluff/mauserboots - display_name = "Tanker boots" - description = "Pair of hig black leather boots pollished to a shine." + display_name = "Tanker boots.." + description = "Pair of hig black leather boots pollished to a shine.." ckeywhitelist = list("blackangelsace") character_name = list("Wolfgang Jaeger") @@ -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")