mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
65 lines
2.7 KiB
Plaintext
65 lines
2.7 KiB
Plaintext
/datum/gear/glasses/security/sunglasses/aviators
|
|
name = "Secuirity HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/security/sunglasses/aviators
|
|
restricted_roles = list("Security Officer", "Warden", "Head of Security")
|
|
|
|
/datum/gear/glasses/security/sunglasses/aviators/prescription
|
|
name = "Prescription Secuirity HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/security/sunglasses/aviators/prescription
|
|
restricted_roles = list("Security Officer", "Warden", "Head of Security")
|
|
|
|
/datum/gear/glasses/health/sunglasses/aviators
|
|
name = "Medical HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/health/sunglasses/aviators
|
|
restricted_roles = list("Medical Doctor", "Virologist", "Chemist", "Geneticist", "Paramedic", "Chief Medical Officer", "Brig Physician")
|
|
|
|
/datum/gear/glasses/health/sunglasses/aviators/prescription
|
|
name = "Prescription Medical HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/health/sunglasses/aviators/prescription
|
|
restricted_roles = list("Medical Doctor", "Virologist", "Chemist", "Geneticist", "Paramedic", "Chief Medical Officer", "Brig Physician")
|
|
|
|
/datum/gear/glasses/blueshield/aviators
|
|
name = "Blueshield HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/blueshield/aviators
|
|
restricted_roles = list("Blueshield")
|
|
|
|
/datum/gear/glasses/blueshield/prescription
|
|
name = "Prescription Blueshield HUD"
|
|
path = /obj/item/clothing/glasses/hud/blueshield/prescription
|
|
restricted_roles = list("Blueshield")
|
|
|
|
/datum/gear/glasses/blueshield/aviators/prescription
|
|
name = "Prescription Blueshield HUD Aviators"
|
|
path = /obj/item/clothing/glasses/hud/blueshield/aviators/prescription
|
|
restricted_roles = list("Blueshield")
|
|
|
|
/datum/gear/glasses/aviators
|
|
name = "Aviators"
|
|
path = /obj/item/clothing/glasses/aviators
|
|
|
|
/datum/gear/glasses/blueshield/holo
|
|
name = "Holo Blueshield HUD Glasses"
|
|
path = /obj/item/clothing/glasses/hud/blueshield/holo
|
|
restricted_roles = list("Blueshield")
|
|
|
|
/datum/gear/glasses/blueshield/holo/prescription
|
|
name = "Prescription Holo Blueshield HUD Glasses"
|
|
path = /obj/item/clothing/glasses/hud/blueshield/holo/prescription
|
|
restricted_roles = list("Blueshield")
|
|
|
|
/datum/gear/glasses/security/sunglasses/holo
|
|
name = "Holo Secuirity HUD Glasses"
|
|
path = /obj/item/clothing/glasses/hud/security/sunglasses/holo
|
|
restricted_roles = list("Security Officer", "Warden", "Head of Security")
|
|
|
|
/datum/gear/glasses/security/sunglasses/holo/prescription
|
|
name = "Prescription Holo Secuirity HUD Glasses"
|
|
path = /obj/item/clothing/glasses/hud/security/sunglasses/holo/prescription
|
|
restricted_roles = list("Security Officer", "Warden", "Head of Security")
|
|
|
|
//NON-RESTRICTED
|
|
|
|
/datum/gear/glasses/contact
|
|
name = "Contact Lenses"
|
|
path = /obj/item/clothing/glasses/contact
|