Merge pull request #5508 from tkdrg/harvestallthethings

You can now only become a harvester when you can see Nar-sie
This commit is contained in:
Cheridan
2014-10-30 12:13:35 -05:00
+3
View File
@@ -40,6 +40,9 @@
/obj/machinery/singularity/narsie/large/attack_ghost(mob/dead/observer/user as mob)
if(!(src in view()))
user << "Your soul is too far away."
return
makeNewConstruct(/mob/living/simple_animal/construct/harvester, user, null, 1)
new /obj/effect/effect/sleep_smoke(user.loc)