From 4d71ccb09240b6541bed2b9b61702a1214628477 Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 2 Sep 2019 21:59:45 -0700 Subject: [PATCH] Fox observation --- .../living/simple_animal/hostile/terror_spiders/terror_ai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_ai.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_ai.dm index 06c9da9bb55..8ae7be03b0f 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_ai.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_ai.dm @@ -99,7 +99,7 @@ /mob/living/simple_animal/hostile/poison/terror_spider/handle_automated_movement() // Putting the main terror spider AI code in handle_automated_movement() rather than handle_automated_action() ensures it will still run when the spider AIStatus == AI_IDLE // This is necessary for the terror spiders in the away mission to work properly. - if(stat || ckey || AIStatus != AI_IDLE) + if(AIStatus != AI_IDLE) return if(!target) var/my_ventcrawl_freq = freq_ventcrawl_idle