Changed various instances of range() and orange() to ultra_range().

This commit is contained in:
xxalpha
2015-10-19 20:04:14 +01:00
parent 8b5d037a85
commit e82a216447
34 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -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()