mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
fixes the hud not being removed (#50111)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
/obj/item/clothing/mask/infiltrator/dropped(mob/living/carbon/human/user)
|
||||
to_chat(user, "You pull off the balaclava, and the mask's internal hud system switches off quietly.")
|
||||
REMOVE_TRAIT(user, TRAIT_DIAGNOSTIC_HUD, MASK_TRAIT)
|
||||
var/datum/atom_hud/H = GLOB.huds[DATA_HUD_DIAGNOSTIC_ADVANCED]
|
||||
var/datum/atom_hud/H = GLOB.huds[DATA_HUD_DIAGNOSTIC_BASIC]
|
||||
H.remove_hud_from(user)
|
||||
voice_unknown = FALSE
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user