diff --git a/code/modules/client/preference_setup/loadout/loadout_eyes.dm b/code/modules/client/preference_setup/loadout/loadout_eyes.dm index 065f36b83b2..ae64bc0f7a0 100644 --- a/code/modules/client/preference_setup/loadout/loadout_eyes.dm +++ b/code/modules/client/preference_setup/loadout/loadout_eyes.dm @@ -76,13 +76,13 @@ /datum/gear/eyes/mespatch display_name = "HUDpatch, Mesons" path = /obj/item/clothing/glasses/eyepatch/hud/meson - allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice", "Research Director","Scientist") + allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice", "Research Director","Scientist", "Shaft Miner") cost = 2 /datum/gear/eyes/matpatch display_name = "HUDpatch, Material" path = /obj/item/clothing/glasses/eyepatch/hud/material - allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice") + allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice", "Shaft Miner") cost = 2 /datum/gear/eyes/scipatch