pyro anomalies no longer light people on fires through walls (#19060)

This commit is contained in:
Qwertytoforty
2022-09-16 21:11:08 -05:00
committed by GitHub
parent 2d12541dce
commit dcef39ec25
+1 -1
View File
@@ -285,7 +285,7 @@
/obj/effect/anomaly/pyro/anomalyEffect()
..()
ticks++
for(var/mob/living/M in range(4, src))
for(var/mob/living/M in hearers(4, src))
if(prob(50))
M.adjust_fire_stacks(4)
M.IgniteMob()