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