mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Optimize a couple things
This commit is contained in:
@@ -265,8 +265,7 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
|
||||
return 1
|
||||
|
||||
/obj/singularity/proc/eat()
|
||||
for(var/T in orange(grav_pull, src))
|
||||
var/atom/X = T
|
||||
for(var/atom/X as anything in orange(grav_pull, src))
|
||||
if(!X.simulated)
|
||||
continue
|
||||
var/dist = get_dist(X, src)
|
||||
|
||||
Reference in New Issue
Block a user