Fix compiler errors for 1670 (#30874)

* stage 1

* hud alist

* mobs and parry

* stage ?

* we dont even need an alist here
This commit is contained in:
Toastical
2025-11-11 10:38:24 +00:00
committed by GitHub
parent 5988af9b7d
commit 51c47d8342
24 changed files with 104 additions and 55 deletions
+5 -2
View File
@@ -660,10 +660,13 @@ SUBSYSTEM_DEF(ticker)
log_game("///////////////////////////////////////////////////////")
// Add AntagHUD to everyone, see who was really evil the whole time!
for(var/datum/atom_hud/antag/H in GLOB.huds)
for(var/hud_key, hud in GLOB.huds)
var/datum/atom_hud/antag/antag_hud = hud
if(!istype(antag_hud))
continue
for(var/m in GLOB.player_list)
var/mob/M = m
H.add_hud_to(M)
antag_hud.add_hud_to(M)
var/static/list/base_encouragement_messages = list(
"Keep on keeping on!",