mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixescursedanomalies (#27030)
This commit is contained in:
@@ -1061,7 +1061,7 @@
|
||||
step_towards(P,center)
|
||||
|
||||
/obj/machinery/atmospherics/supermatter_crystal/proc/supermatter_anomaly_gen(turf/anomalycenter, type = FLUX_ANOMALY, anomalyrange = 5)
|
||||
var/turf/L = pick(orange(anomalyrange, anomalycenter))
|
||||
var/turf/L = pick(RANGE_TURFS(anomalyrange, anomalycenter))
|
||||
if(L)
|
||||
switch(type)
|
||||
if(FLUX_ANOMALY)
|
||||
|
||||
Reference in New Issue
Block a user