mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Changed various instances of range() and orange() to ultra_range().
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user