Update energy_ball.dm

This commit is contained in:
DragonTrance
2021-02-27 10:45:41 -07:00
committed by GitHub
parent 1be2c8a629
commit 8740b75cc2
+1
View File
@@ -297,6 +297,7 @@
/obj/effect/energy_ball/Destroy()
if(parent)
parent.orbiting_balls -= src
parent.dissipate_strength = parent.orbiting_balls.len
..()
/obj/effect/energy_ball/stop_orbit()