From e068f433ea2701af48ac0e3f7130939ba1da6f5f Mon Sep 17 00:00:00 2001 From: iloveloopers <140007537+iloveloopers@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:06:48 -0400 Subject: [PATCH] Update hud.dm --- code/modules/clothing/glasses/hud.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 7406e6baa754..9bf8d6be1081 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -133,14 +133,3 @@ name = "\improper Prescription PatrolMate HUD" desc = "A heads-up display that scans the humans in view and provides accurate data about their ID status and security records." prescription = TRUE - -/obj/item/clothing/glasses/hud/security/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" - vision_flags = SEE_MOBS - invisa_view = 2 - toggleable = FALSE - actions_types = list()