mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Removes mesons and material scanners from the station (#9726)
This commit is contained in:
@@ -41,21 +41,6 @@
|
||||
display_name = "science Goggles"
|
||||
path = /obj/item/clothing/glasses/science
|
||||
|
||||
/datum/gear/eyes/materialaviators
|
||||
display_name = "aviators, material"
|
||||
path = /obj/item/clothing/glasses/material/aviator
|
||||
allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice","Shaft Miner")
|
||||
|
||||
/datum/gear/eyes/mesonaviators
|
||||
display_name = "aviators, meson"
|
||||
path = /obj/item/clothing/glasses/meson/aviator
|
||||
allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice", "Research Director","Scientist", "Shaft Miner")
|
||||
|
||||
/datum/gear/eyes/mesonprescription
|
||||
display_name = "meson goggles, prescription"
|
||||
path = /obj/item/clothing/glasses/meson/prescription
|
||||
allowed_roles = list("Station Engineer","Atmospheric Technician","Chief Engineer","Engineering Apprentice", "Research Director","Scientist", "Shaft Miner")
|
||||
|
||||
/datum/gear/eyes/security
|
||||
display_name = "security HUD"
|
||||
path = /obj/item/clothing/glasses/hud/security
|
||||
@@ -115,18 +100,6 @@
|
||||
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "Emergency Medical Technician", "Psychiatrist", "Medical Resident")
|
||||
cost = 2
|
||||
|
||||
/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", "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", "Shaft Miner")
|
||||
cost = 2
|
||||
|
||||
/datum/gear/eyes/scipatch
|
||||
display_name = "HUDpatch, Science"
|
||||
path = /obj/item/clothing/glasses/eyepatch/hud/science
|
||||
|
||||
Reference in New Issue
Block a user