From 2204ce22b2ea5f7af097bcbdff275f0982780385 Mon Sep 17 00:00:00 2001 From: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Date: Sun, 13 Nov 2022 17:08:54 +0100 Subject: [PATCH] Mining overalls fix (#15086) --- .../client/preference_setup/loadout/loadout_accessories.dm | 4 ++-- html/changelogs/DreamySkrell-mining-overalls.yml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/DreamySkrell-mining-overalls.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_accessories.dm b/code/modules/client/preference_setup/loadout/loadout_accessories.dm index 0a5dd2d4114..4a759d96e13 100644 --- a/code/modules/client/preference_setup/loadout/loadout_accessories.dm +++ b/code/modules/client/preference_setup/loadout/loadout_accessories.dm @@ -168,7 +168,7 @@ /datum/gear/accessory/overalls_mining display_name = "overalls, mining" path = /obj/item/clothing/accessory/storage/overalls/mining - allowed_roles = list("Shaft Miner, Xenoarchaeologist") + allowed_roles = list("Shaft Miner", "Xenoarchaeologist") cost = 2 /datum/gear/accessory/overalls_engineer @@ -550,4 +550,4 @@ flagpatch_national["flagpatch, free council"] = /obj/item/clothing/accessory/flagpatch/freecouncil flagpatch_national["flagpatch, nralakk"] = /obj/item/clothing/accessory/flagpatch/nralakk flagpatch_national["flagpatch, hegemony"] = /obj/item/clothing/accessory/flagpatch/hegemony - gear_tweaks += new /datum/gear_tweak/path(flagpatch_national) \ No newline at end of file + gear_tweaks += new /datum/gear_tweak/path(flagpatch_national) diff --git a/html/changelogs/DreamySkrell-mining-overalls.yml b/html/changelogs/DreamySkrell-mining-overalls.yml new file mode 100644 index 00000000000..59e98d91feb --- /dev/null +++ b/html/changelogs/DreamySkrell-mining-overalls.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - bugfix: "Fixes mining overalls broken roles restrictions."