mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Anti-Clumping Viscerators (#10767)
Viscerators can no longer be on the same tile as other viscerators.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user