mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
[MIRROR] Fixes anomaly artifacts being active round-start (#12949)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
co-authored by
Guti
parent
1f3135304d
commit
9c4915c45f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user