From ee64679e8b19986f3a8fe3a2d71bce8f97e1d82d Mon Sep 17 00:00:00 2001 From: paprka Date: Sun, 25 Jan 2015 16:35:21 -0800 Subject: [PATCH] fixes helmet lights --- code/modules/clothing/suits/toggles.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 2c1cc5cadd7..ef906333203 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -87,6 +87,8 @@ suittoggled = 0 if(ishuman(helmet.loc)) var/mob/living/carbon/H = helmet.loc + if(helmet.on) + helmet.attack_self(H) H.unEquip(helmet, 1) H.update_inv_wear_suit() helmet.loc = src