From 160f4760c631d896afdfc7656012d9962c6748bc Mon Sep 17 00:00:00 2001 From: izac112 Date: Thu, 19 Sep 2019 01:54:27 +0200 Subject: [PATCH 1/3] This is stupid but needed to make it work --- .../loadout/loadout_fluffitems_yw.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 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 dbb4bd5177..f3fe5af3e5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -54,22 +54,22 @@ //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." + 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") From 0bcbcee5016a62507c9afbf890f05011882aeb59 Mon Sep 17 00:00:00 2001 From: izac112 Date: Thu, 19 Sep 2019 01:58:35 +0200 Subject: [PATCH 2/3] Important Comment --- .../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 f3fe5af3e5..6b66eec642 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 From 1674decc9ad264a343b14e5961340e407dce06f1 Mon Sep 17 00:00:00 2001 From: izac112 Date: Thu, 19 Sep 2019 02:01:05 +0200 Subject: [PATCH 3/3] 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")