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."