mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Fix for singularity not growing, even on max power setting.
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
toxmob(A)
|
toxmob(A)
|
||||||
if((istype(A,/obj/machinery/the_singularitygen))||(istype(A,/obj/machinery/singularity/)))
|
if((istype(A,/obj/machinery/the_singularitygen))||(istype(A,/obj/machinery/singularity/)))
|
||||||
A:energy += energy
|
A:energy += energy
|
||||||
energy = 0
|
// energy = 0 //This breaks the current singularity
|
||||||
if( istype(A,/obj/machinery/rust/particle_catcher) )
|
if( istype(A,/obj/machinery/rust/particle_catcher) )
|
||||||
var/obj/machinery/rust/particle_catcher/collided_catcher = A
|
var/obj/machinery/rust/particle_catcher/collided_catcher = A
|
||||||
if(particle_type && particle_type != "neutron")
|
if(particle_type && particle_type != "neutron")
|
||||||
|
|||||||
Reference in New Issue
Block a user