mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes anomalies spawning same place
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
/datum/round_event/anomaly/start()
|
||||
var/turf/T = pick(get_area_turfs(impact_area))
|
||||
if(T)
|
||||
newAnomaly = new /obj/effect/anomaly/flux(T.loc)
|
||||
newAnomaly = new /obj/effect/anomaly/flux(T)
|
||||
|
||||
/datum/round_event/anomaly/tick()
|
||||
if(!newAnomaly)
|
||||
|
||||
Reference in New Issue
Block a user