mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Changed various instances of range() and orange() to ultra_range().
This commit is contained in:
@@ -177,7 +177,7 @@ Code:
|
||||
return 0
|
||||
if(signal.encryption != code)
|
||||
return 0
|
||||
for(var/obj/effect/anomaly/A in orange(0, src))
|
||||
for(var/obj/effect/anomaly/A in get_turf(src))
|
||||
A.anomalyNeutralize()
|
||||
|
||||
/obj/item/device/assembly/signaler/anomaly/attack_self()
|
||||
|
||||
Reference in New Issue
Block a user