Fixes anomaly artifacts being active round-start (#19652)

* fix

* .
This commit is contained in:
Guti
2026-08-07 20:01:05 -04:00
committed by GitHub
parent a3b7affbed
commit 9e30b5e46a
2 changed files with 4 additions and 0 deletions
@@ -57,6 +57,9 @@
T.vis_contents -= visuals
/datum/anomalous_weather/proc/affect_turf(turf/to_affect)
if(isnull(to_affect))
return
if(iswall(to_affect) || isopenturf(to_affect))
return