Ablative Trenchoat HUD Fix (#63671)

This commit is contained in:
Seth Scherer
2021-12-29 23:36:48 -06:00
committed by GitHub
parent c4c613d5ed
commit e6837eaeb7
+1 -1
View File
@@ -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]