shuffle containment checking for optimization

now it should be checking less (tested, functionally identical to before)
This commit is contained in:
raspy-on-osu
2020-08-26 23:59:15 -04:00
parent f3990732f3
commit 7840205d4e
+3 -2
View File
@@ -62,11 +62,12 @@
..()
/obj/singularity/energy_ball/process()
determine_containment()
/obj/singularity/energy_ball/process()
if(!orbiting)
handle_energy()
determine_containment()
move_the_basket_ball(4 + orbiting_balls.len * 1.5)
playsound(src.loc, 'sound/magic/lightningbolt.ogg', 100, TRUE, extrarange = 30)