Make more goggles match inventory sprites, adjust colors. (#30751)

- Make all meson goggles green.
- Make the radiation-mode engine goggles yellow instead.
- Make all science goggles purple, including night vision purple, which was for some reason green on some species.
- Make all janitor goggles yellow, splitting them from science goggles.
- Rename 'purple' and 'nvpurple' icon states to 'science' and 'nvscience'.
This commit is contained in:
Alan
2025-10-30 08:48:30 -04:00
committed by GitHub
parent 0933782236
commit aef583fcaa
10 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -142,7 +142,7 @@
/obj/item/clothing/glasses/science
name = "science goggles"
desc = "A pair of snazzy goggles used to protect against chemical spills. Fitted with an analyzer for scanning items and reagents."
icon_state = "purple"
icon_state = "science"
origin_tech = "magnets=2;engineering=1"
prescription_upgradable = TRUE
scan_reagents = TRUE // You can see reagents while wearing science goggles
@@ -158,14 +158,14 @@
/obj/item/clothing/glasses/science/night
name = "night vision science goggles"
desc = "Now you can science in darkness."
icon_state = "nvpurple"
icon_state = "nvscience"
see_in_dark = 8
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE //don't render darkness while wearing these
/obj/item/clothing/glasses/janitor
name = "janitorial goggles"
desc = "These'll keep the soap out of your eyes."
icon_state = "purple"
icon_state = "janihudgoggles"
icon_monitor = 'icons/mob/clothing/species/machine/monitor/eyes.dmi'
/obj/item/clothing/glasses/night