mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Ablative Trenchoat HUD Fix (#63671)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user