diff --git a/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm b/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm index b85c5b463ce..b62b112d8bd 100644 --- a/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm +++ b/code/modules/mob/living/simple_animal/hostile/syndicate_mobs.dm @@ -335,7 +335,8 @@ icon_living = "syndicate_space_sword" speed = 1 wander = FALSE - alert_on_spacing = FALSE + alert_on_spacing = FALSE // So it chasing players in space doesn't make depot explode. + alert_on_timeout = FALSE // So random fauna doesn't make depot explode. death_sound = 'sound/mecha/mechmove03.ogg' loot = list() // Explodes, doesn't drop loot.