diff --git a/code/modules/clothing/suits/ablativecoat.dm b/code/modules/clothing/suits/ablativecoat.dm index c431c0f811e..fa8349ed3e9 100644 --- a/code/modules/clothing/suits/ablativecoat.dm +++ b/code/modules/clothing/suits/ablativecoat.dm @@ -35,7 +35,7 @@ return TRUE /obj/item/clothing/suit/hooded/ablative/ToggleHood() - if (!hood_up) + if (hood_up) return ..() var/mob/living/carbon/user = loc var/datum/atom_hud/hud = GLOB.huds[DATA_HUD_SECURITY_ADVANCED]