From d7a313791acde3056d6ae7ed9d1981be6b871eec Mon Sep 17 00:00:00 2001 From: Onyxarias Date: Sun, 25 Jul 2021 07:23:14 -0700 Subject: [PATCH] Replaces "flash_protect = 1" with the proper define Replaces "flash_protect = 1" with the proper define --- code/modules/clothing/glasses/hud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/hud.dm b/code/modules/clothing/glasses/hud.dm index 8bc9efb0be1..9f4b4f4c834 100644 --- a/code/modules/clothing/glasses/hud.dm +++ b/code/modules/clothing/glasses/hud.dm @@ -171,7 +171,7 @@ desc = "An Ahdominian made veil that allows the user to see while obscuring their eyes. This one has an in-built security HUD." icon_state = "tajblind_sec" item_state = "tajblind_sec" - flash_protect = 1 + flash_protect = FLASH_PROTECTION_FLASH flags_cover = GLASSESCOVERSEYES actions_types = list(/datum/action/item_action/toggle) up = 0