diff --git a/code/modules/power/singularity/particle_accelerator/particle.dm b/code/modules/power/singularity/particle_accelerator/particle.dm index a152c32e18..c39941c8aa 100644 --- a/code/modules/power/singularity/particle_accelerator/particle.dm +++ b/code/modules/power/singularity/particle_accelerator/particle.dm @@ -36,7 +36,7 @@ toxmob(A) if((istype(A,/obj/machinery/the_singularitygen))||(istype(A,/obj/machinery/singularity/))) A:energy += energy - energy = 0 +// energy = 0 //This breaks the current singularity if( istype(A,/obj/machinery/rust/particle_catcher) ) var/obj/machinery/rust/particle_catcher/collided_catcher = A if(particle_type && particle_type != "neutron")