From e0b060f7ce129f8c6f879cc229349acf6a39af2c Mon Sep 17 00:00:00 2001 From: ParadoxSpace Date: Sun, 8 Apr 2018 11:44:24 -0600 Subject: [PATCH] Critical Miningpatch Fix (#4564) Miners were supposed to get these. But it was lost, like tears in the rain. --- code/modules/client/preference_setup/loadout/loadout_eyes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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