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
@@ -417,7 +417,10 @@
. = ..()
GLOB.anomaly_smash_track.smashes += src
prepare_huds()
for(var/datum/atom_hud/data/anomalous/a_hud in GLOB.huds)
for(var/hud_key, hud in GLOB.huds)
var/datum/atom_hud/data/anomalous/a_hud = hud
if(!istype(a_hud))
continue
a_hud.add_to_hud(src)
do_hud_stuff()
@@ -481,5 +484,3 @@
qdel(src)
#undef NUM_ANOM_PER_OBJ