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
@@ -267,7 +267,7 @@
lighting_object = locate() in src
init_lighting()
for(var/turf/space/S in orange(src,1))
for(var/turf/space/S in orange(1,src))
S.update_starlight()