From 43f9fb2b2e33fd1bd086312ac5250815407d5463 Mon Sep 17 00:00:00 2001 From: Kyep Date: Fri, 8 Feb 2019 07:04:52 -0800 Subject: [PATCH] defaults terror spiders to harm intent --- .../simple_animal/hostile/terror_spiders/terror_spiders.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm index 0e635c9c60c..f2b7fc899c8 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm @@ -34,6 +34,7 @@ var/global/list/ts_spiderling_list = list() attacktext = "bites" attack_sound = 'sound/weapons/bite.ogg' poison_type = "" // we do not use that silly system. + a_intent = INTENT_HARM // Movement pass_flags = PASSTABLE