Skip to content

Commit

Permalink
bugfix: fixes ghosts not being able to deactivate antaghud (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rerik007 authored Mar 19, 2024
1 parent 656fb67 commit 492a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/modules/ghost_hud_panel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ GLOBAL_DATUM_INIT(ghost_hud_panel, /datum/ui_module/ghost_hud_panel, new)
if("ahud_off")
ghost.antagHUD = FALSE
for(var/datum/atom_hud/antag/H in GLOB.huds)
H.add_hud_to(ghost)
H.remove_hud_from(ghost)

0 comments on commit 492a976

Please sign in to comment.