This commit is contained in:
Sirryan2002
2021-10-22 11:26:42 +01:00
committed by GitHub
parent 3addfc5cb3
commit e83e81a8d2
+2 -1
View File
@@ -60,7 +60,8 @@
to_chat(cult_mind.current, "<span class='cult'>Current goal: Slaughter the heretics!</span>")
..()
/obj/singularity/narsie/large/attack_ghost(mob/dead/observer/user)
/obj/singularity/narsie/large/attack_ghost(mob/dead/observer/user as mob)
user.forceMove(get_turf(src)) //make_new_construct spawns harvesters at observers locations, could be used to get into admin rooms/CC
make_new_construct(/mob/living/simple_animal/hostile/construct/harvester, user, cult_override = TRUE)
new /obj/effect/particle_effect/smoke/sleeping(user.loc)