From 59e82d8e4b155cb1f64f22e6099ced0f18bddc08 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sat, 7 Nov 2015 02:45:58 -0600 Subject: [PATCH] Nar-Sie --- code/modules/power/singularity/narsie.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)