From 6e215396d7a330c4d8046bc71793af4111969ec5 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sun, 11 Feb 2018 20:54:17 -0600 Subject: [PATCH] Removes the Explorer hood lights (#4787) --- code/modules/clothing/suits/miscellaneous.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 5ecef18d7d..5a3483f9c7 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -798,9 +798,6 @@ obj/item/clothing/suit/storage/toggle/peacoat name = "explorer hood" desc = "An armoured hood for exploring harsh environments." icon_state = "explorer" - brightness_on = 3 - light_overlay = "hood_light" - action_button_name = "Toggle Head-light" body_parts_covered = HEAD cold_protection = HEAD flags = THICKMATERIAL