mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user