mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Critical Miningpatch Fix (#4564)
Miners were supposed to get these. But it was lost, like tears in the rain.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user