mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Explosions and singulo use spiral range (and other changes)
This commit is contained in:
@@ -236,8 +236,7 @@
|
||||
|
||||
/obj/singularity/proc/eat()
|
||||
set background = BACKGROUND_ENABLED
|
||||
var/list/L = grav_pull > 8 ? urange(grav_pull, src, 1) : orange(grav_pull, src)
|
||||
for(var/atom/X in L)
|
||||
for(var/atom/X in spiral_range(grav_pull, src, 1))
|
||||
var/dist = get_dist(X, src)
|
||||
var/obj/singularity/S = src
|
||||
if(dist > consume_range)
|
||||
|
||||
Reference in New Issue
Block a user