You can now only become a harvester when you can see Nar-sie

This commit is contained in:
tkdrg
2014-10-30 13:24:43 -03:00
parent 211bb20e53
commit e2c4eebe9d
+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)