From 4f01edb7dba2fee16f64028e27b4d5da9dde1ddc Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 25 Apr 2012 20:17:59 +0100 Subject: [PATCH] Fix for singularity not growing, even on max power setting. --- code/modules/power/singularity/particle_accelerator/particle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/particle_accelerator/particle.dm b/code/modules/power/singularity/particle_accelerator/particle.dm index a152c32e18c..c39941c8aaa 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")