From 1587a918c2ea15c506833c924758978ab8b2fbd7 Mon Sep 17 00:00:00 2001 From: TheStryker Date: Wed, 16 Sep 2020 23:40:47 +0800 Subject: [PATCH] Fixes Idris armband in loadout. (#10007) --- .../client/preference_setup/loadout/loadout_factions.dm | 2 +- html/changelogs/stryker-moreclothesbugfix.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/stryker-moreclothesbugfix.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_factions.dm b/code/modules/client/preference_setup/loadout/loadout_factions.dm index 54b7c06edc5..f65e0067451 100644 --- a/code/modules/client/preference_setup/loadout/loadout_factions.dm +++ b/code/modules/client/preference_setup/loadout/loadout_factions.dm @@ -20,7 +20,7 @@ /datum/gear/faction/idris_armband display_name = "idris armband" - path = /obj/item/clothing/head/beret/sec/idris + path = /obj/item/clothing/accessory/armband/idris faction = "Idris Incorporated" /datum/gear/faction/zavodskoi_beret diff --git a/html/changelogs/stryker-moreclothesbugfix.yml b/html/changelogs/stryker-moreclothesbugfix.yml new file mode 100644 index 00000000000..7d038b40371 --- /dev/null +++ b/html/changelogs/stryker-moreclothesbugfix.yml @@ -0,0 +1,4 @@ +author: The Stryker +delete-after: True +changes: + - bugfix: "The Idris armband in the loadout actually spawns now."