mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds prescription safety goggles/glasses (#14770)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
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
|
||||
gear_tweaks += new /datum/gear_tweak/path(glasses)
|
||||
|
||||
/datum/gear/eyes/fakesunglasses
|
||||
@@ -66,6 +67,7 @@
|
||||
..()
|
||||
var/list/goggles = list()
|
||||
goggles["goggles, safety"] = /obj/item/clothing/glasses/safety/goggles
|
||||
goggles["goggles, safety (prescription)"] = /obj/item/clothing/glasses/safety/goggles/prescription
|
||||
goggles["goggles, scanning"] = /obj/item/clothing/glasses/regular/scanners
|
||||
goggles["goggles, science"] = /obj/item/clothing/glasses/science
|
||||
goggles["goggles, orange"] = /obj/item/clothing/glasses/spiffygogs
|
||||
|
||||
@@ -223,6 +223,11 @@ BLIND // can't see anything
|
||||
item_flags = AIRTIGHT|THICKMATERIAL
|
||||
unacidable = 1
|
||||
|
||||
/obj/item/clothing/glasses/safety/prescription
|
||||
name = "prescription safety glasses"
|
||||
desc = "A simple pair of safety glasses. Thinner than their goggle counterparts and comes with a prescription overlay."
|
||||
prescription = 7
|
||||
|
||||
/obj/item/clothing/glasses/safety/goggles
|
||||
name = "safety goggles"
|
||||
desc = "A simple pair of safety goggles. It's general chemistry all over again."
|
||||
@@ -260,6 +265,11 @@ BLIND // can't see anything
|
||||
update_icon()
|
||||
usr.update_action_buttons()
|
||||
|
||||
/obj/item/clothing/glasses/safety/goggles/prescription
|
||||
name = "prescription safety goggles"
|
||||
desc = "A simple pair of safety goggles. It's general chemistry all over again. Comes with a prescription overlay."
|
||||
prescription = 7
|
||||
|
||||
/obj/item/clothing/glasses/safety/goggles/wasteland
|
||||
name = "wasteland goggles"
|
||||
desc = "A pair of old goggles common in the Wasteland. A few denizens unfortunate enough to not \
|
||||
|
||||
Reference in New Issue
Block a user