From ade781e271370d3e3e16f2ed1144f13e956c23be Mon Sep 17 00:00:00 2001 From: iloveloopers <140007537+iloveloopers@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:07:41 -0400 Subject: [PATCH] Update thermal.dm --- code/modules/clothing/glasses/thermal.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/clothing/glasses/thermal.dm b/code/modules/clothing/glasses/thermal.dm index f4a728c8864d..5e66d7213195 100644 --- a/code/modules/clothing/glasses/thermal.dm +++ b/code/modules/clothing/glasses/thermal.dm @@ -70,6 +70,14 @@ item_state = "syringe_kit" toggleable = FALSE +/obj/item/clothing/glasses/thermal/jensenshades + name = "augmented shades" + gender = PLURAL + desc = "Polarized bioneural eyewear, designed to augment your vision. Why don't you try getting a job?" + icon_state = "jensenshades" + item_state = "jensenshades" + toggleable = FALSE + /obj/item/clothing/glasses/thermal/empproof desc = "Thermals in the shape of glasses. This one is EMP proof." blinds_on_emp = FALSE