Anti-Clumping Viscerators (#10767)

Viscerators can no longer be on the same tile as other viscerators.
This commit is contained in:
Geeves
2020-12-16 23:22:56 +02:00
committed by GitHub
parent 41d4dd8bf7
commit f5154ed563
2 changed files with 12 additions and 0 deletions
@@ -36,6 +36,12 @@
spark(T, 3, alldirs)
qdel(src)
/mob/living/simple_animal/hostile/viscerator/CanPass(atom/movable/mover, turf/target, height, air_group)
. = ..()
if(.)
if(istype(mover, /mob/living/simple_animal/hostile/viscerator))
return FALSE
/mob/living/simple_animal/hostile/viscerator/proc/wakeup()
stance = HOSTILE_STANCE_IDLE