More glasses + Jesus (#18437)

* desven stuff

* what the FUCK am I doing

* that should be all

* fix
This commit is contained in:
Wowzewow (Wezzy)
2024-02-20 11:38:06 +00:00
committed by GitHub
parent 91e89a3d73
commit 89a2e70923
24 changed files with 253 additions and 76 deletions
@@ -247,3 +247,11 @@
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "First Responder", "Psychiatrist", "Medical Intern", "Corporate Liaison", "Research Director","Scientist", "Xenobiologist", "Xenobotanist", "Xenoarchaeologist", "Lab Assistant", "Assistant", "Off-Duty Crew Member", "Captain", "Medical Personnel", "Science Personnel")
cost = 3
/datum/gear/augment/phalanx_plate
display_name = "phalanx facial plate"
description = "This modular face plate accommodates a wide array of cybernetic augmentations, enabling seamless integration with Phalanx's transhumanist doctrine. Enhanced sensory overlays and HUDs offer Phalanx members superior situational awareness and promote a sense of hive-thinking."
path = /obj/item/organ/internal/augment/eye_sensors/phalanx
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
allowed_roles = list("Physician", "Surgeon", "Chief Medical Officer", "Pharmacist", "First Responder", "Psychiatrist", "Medical Intern", "Medical Personnel", "Security Officer", "Head of Security", "Warden", "Security Cadet", "Investigator", "Security Personnel", "Corporate Liaison", "Assistant", "Off-Duty Crew Member", "Captain")
faction = "Private Military Contracting Group"
cost = 1
@@ -12,7 +12,7 @@
/datum/gear/eyes/glasses
display_name = "glasses selection"
description = "A selection of glasses."
description = "A selection of prescription glasses."
path = /obj/item/clothing/glasses/regular
/datum/gear/eyes/glasses/New()
@@ -23,8 +23,10 @@
glasses["glasses, circle"] = /obj/item/clothing/glasses/regular/circle
glasses["glasses, jamjar"] = /obj/item/clothing/glasses/regular/jamjar
glasses["glasses, monocle"] = /obj/item/clothing/glasses/monocle
glasses["glasses, safety"] = /obj/item/clothing/glasses/safety
glasses["glasses, safety (prescription)"] = /obj/item/clothing/glasses/safety/prescription
glasses["glasses, safety"] = /obj/item/clothing/glasses/safety/prescription
glasses["glasses, pince-nez"] = /obj/item/clothing/glasses/regular/pincenez
glasses["glasses, panto"] = /obj/item/clothing/glasses/regular/panto
glasses["contact lenses"] = /obj/item/clothing/glasses/regular/contacts
gear_tweaks += new /datum/gear_tweak/path(glasses)
/datum/gear/eyes/fakesunglasses
@@ -87,6 +89,8 @@
medhud["HUDpatch, medical"] = /obj/item/clothing/glasses/eyepatch/hud/medical
medhud["prescription HUD, medical"] = /obj/item/clothing/glasses/hud/health/prescription
medhud["visor sunglasses, medical"] = /obj/item/clothing/glasses/hud/health/aviator/visor
medhud["pincenez, medical"] = /obj/item/clothing/glasses/hud/health/aviator/pincenez
medhud["panto, medical"] = /obj/item/clothing/glasses/hud/health/aviator/panto
gear_tweaks += new /datum/gear_tweak/path(medhud)
/datum/gear/eyes/sechuds
@@ -105,6 +109,8 @@
sechud["HUDpatch, security"] = /obj/item/clothing/glasses/eyepatch/hud/security
sechud["prescription HUD, security"] = /obj/item/clothing/glasses/hud/security/prescription
sechud["visor sunglasses, security"] = /obj/item/clothing/glasses/sunglasses/sechud/aviator/visor
sechud["pincenez, security"] = /obj/item/clothing/glasses/sunglasses/sechud/aviator/pincenez
sechud["panto, security"] = /obj/item/clothing/glasses/sunglasses/sechud/aviator/panto
gear_tweaks += new /datum/gear_tweak/path(sechud)
/datum/gear/eyes/hudpatch
@@ -69,6 +69,11 @@
path = /obj/item/clothing/accessory/rosary
slot = slot_tie
/datum/gear/religion/scapular
display_name = "scapular"
path = /obj/item/clothing/accessory/scapular
slot = slot_tie
/datum/gear/religion/crucifix
display_name = "crucifix selection"
description = "A selection of different crucifixes, commonly associated with Christianity."