Merge pull request #12897 from KorPhaeron/harvester

Harvesters spawned by nar-sie are no longer culted
This commit is contained in:
phil235
2015-11-08 21:45:02 +01:00
+1 -1
View File
@@ -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)