Fix for singularity not growing, even on max power setting.

This commit is contained in:
Ren Erthilo
2012-04-25 20:17:59 +01:00
parent 36982a56f9
commit 4f01edb7db

View File

@@ -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")