diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index df0e23fc08e..c1a3acb9602 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -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 diff --git a/icons/mob/clothing/eyes.dmi b/icons/mob/clothing/eyes.dmi index 129caeb5a27..50512b60df7 100644 Binary files a/icons/mob/clothing/eyes.dmi and b/icons/mob/clothing/eyes.dmi differ diff --git a/icons/mob/clothing/species/drask/eyes.dmi b/icons/mob/clothing/species/drask/eyes.dmi index 3d8a3244c7f..b2b3b55a6a0 100644 Binary files a/icons/mob/clothing/species/drask/eyes.dmi and b/icons/mob/clothing/species/drask/eyes.dmi differ diff --git a/icons/mob/clothing/species/grey/eyes.dmi b/icons/mob/clothing/species/grey/eyes.dmi index da620edbd45..7596d4e777f 100644 Binary files a/icons/mob/clothing/species/grey/eyes.dmi and b/icons/mob/clothing/species/grey/eyes.dmi differ diff --git a/icons/mob/clothing/species/kidan/eyes.dmi b/icons/mob/clothing/species/kidan/eyes.dmi index 3690d6dbc64..9493a750155 100644 Binary files a/icons/mob/clothing/species/kidan/eyes.dmi and b/icons/mob/clothing/species/kidan/eyes.dmi differ diff --git a/icons/mob/clothing/species/machine/monitor/eyes.dmi b/icons/mob/clothing/species/machine/monitor/eyes.dmi index f82ba6b4e67..527c2bbcd77 100644 Binary files a/icons/mob/clothing/species/machine/monitor/eyes.dmi and b/icons/mob/clothing/species/machine/monitor/eyes.dmi differ diff --git a/icons/mob/clothing/species/vox/eyes.dmi b/icons/mob/clothing/species/vox/eyes.dmi index 59eaaa4f2c0..f4248159914 100644 Binary files a/icons/mob/clothing/species/vox/eyes.dmi and b/icons/mob/clothing/species/vox/eyes.dmi differ diff --git a/icons/mob/inhands/clothing_lefthand.dmi b/icons/mob/inhands/clothing_lefthand.dmi index e31d1e10e2c..7cbde07aba5 100644 Binary files a/icons/mob/inhands/clothing_lefthand.dmi and b/icons/mob/inhands/clothing_lefthand.dmi differ diff --git a/icons/mob/inhands/clothing_righthand.dmi b/icons/mob/inhands/clothing_righthand.dmi index e5e366251b0..6b8b40ad61c 100644 Binary files a/icons/mob/inhands/clothing_righthand.dmi and b/icons/mob/inhands/clothing_righthand.dmi differ diff --git a/icons/obj/clothing/glasses.dmi b/icons/obj/clothing/glasses.dmi index db490fef186..2380b9092fe 100644 Binary files a/icons/obj/clothing/glasses.dmi and b/icons/obj/clothing/glasses.dmi differ