Fixes SM Tesla admin log spam, adds containment field count to investigate logs.

This commit is contained in:
CitadelStationBot
2017-05-04 20:59:33 -05:00
parent 4ef516ca24
commit 1da6f676f0
+5
View File
@@ -54,6 +54,11 @@ GLOBAL_LIST_INIT(blacklisted_tesla_types, typecacheof(list(/obj/machinery/atmosp
. = ..()
/obj/singularity/energy_ball/admin_investigate_setup()
if(istype(loc, /obj/singularity/energy_ball))
return
..()
/obj/singularity/energy_ball/process()
if(!orbiting)
handle_energy()