fixes reactive frost armor shooting at ghosts (#23237)

This commit is contained in:
GDN
2023-11-12 14:02:45 -05:00
committed by GitHub
parent cef275fd52
commit b4de052df2
+1 -1
View File
@@ -537,7 +537,7 @@
if(reaction_check(hitby) && use_power())
owner.visible_message("<span class='danger'>[src] blocks [attack_text], sending out freezing bolts!</span>")
for(var/mob/M in oview(get_turf(src), 7))
for(var/mob/living/M in oview(get_turf(src), 7))
shootAt(M)
if(prob(10)) //rarely vent gasses