From 53227ca5a9176b149f017c6b4dc54542f9e51053 Mon Sep 17 00:00:00 2001 From: tipoima <61978315+tipoima@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:23:17 +0500 Subject: [PATCH] Stops Syndicate Backups from making depot Delta (#26017) * Stops Syndicate Backups from making depot Delta * comments added --- .../modules/mob/living/simple_animal/hostile/syndicate_mobs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.