mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes Tesla never deleting itself. (#3752)
It was hilarious, but it's time to stop.
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
tesla_zap(ball, range, TESLA_MINI_POWER/7*range, TRUE)
|
||||
else
|
||||
energy = 0 // ensure we dont have miniballs of miniballs
|
||||
if(energy == 0)
|
||||
qdel(src)
|
||||
|
||||
/obj/singularity/energy_ball/examine(mob/user)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user