Immortal pyro anomalies no longer (unsuccessfully) attempt to spawn pyro slimes (#89916)

## About The Pull Request

Closes #89910

## Changelog
🆑
fix: Immortal pyro anomalies no longer (unsuccessfully) attempt to spawn
pyro slimes
/🆑
This commit is contained in:
SmArtKar
2025-03-12 17:22:14 -04:00
committed by Roxy
parent ae44de79fd
commit 4dbe97df06
@@ -23,7 +23,7 @@
/obj/effect/anomaly/pyro/anomalyEffect(seconds_per_tick)
..()
if(!already_polling && death_time < (world.time - poll_time))
if(!immortal && !already_polling && death_time < (world.time - poll_time))
start_poll()
ticks += seconds_per_tick
if(ticks < releasedelay)