diff --git a/code/modules/clothing/suits/toggles.dm b/code/modules/clothing/suits/toggles.dm index 6aea7b47eb1..779ad6c05e4 100644 --- a/code/modules/clothing/suits/toggles.dm +++ b/code/modules/clothing/suits/toggles.dm @@ -93,6 +93,8 @@ ..() /obj/item/clothing/suit/space/hardsuit/proc/RemoveHelmet() + if(!helmettype) + return suittoggled = 0 if(ishuman(helmet.loc)) var/mob/living/carbon/H = helmet.loc