diff --git a/code/modules/power/singularity/narsie.dm b/code/modules/power/singularity/narsie.dm index c64e244f0bf..95b0a418890 100644 --- a/code/modules/power/singularity/narsie.dm +++ b/code/modules/power/singularity/narsie.dm @@ -42,7 +42,7 @@ if(!(src in view())) user << "Your soul is too far away." return - makeNewConstruct(/mob/living/simple_animal/construct/harvester, user, null, 1) + makeNewConstruct(/mob/living/simple_animal/construct/harvester, user, null, 0) PoolOrNew(/obj/effect/particle_effect/smoke/sleeping, user.loc)