mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Fixes ghosts not being able to deactivate antaghud (#21180)
This commit is contained in:
@@ -78,4 +78,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)
|
||||
|
||||
Reference in New Issue
Block a user