From 3324f3a46c095edd431dde21679b5a0c17114a11 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Mon, 26 Dec 2022 09:26:04 -0600 Subject: [PATCH] whitespace fix --- code/modules/clothing/glasses/hud.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index e5201c665c..733fc0195c 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -59,6 +59,7 @@ /obj/item/clothing/glasses/hud/health/prescription/Initialize(mapload) . = ..() prescribe() + /obj/item/clothing/glasses/hud/health/night name = "night vision health scanner HUD" desc = "An advanced medical heads-up display that allows doctors to find patients in complete darkness."