From 36d0249e0dd7b3d3ed715476e2bd3b9efa2d32f8 Mon Sep 17 00:00:00 2001 From: AdamElTablawy Date: Mon, 25 Jan 2021 02:22:19 -0600 Subject: [PATCH] Update giant_spider.dm (#56395) Spiders are now stuck on harm rather than help intent, meaning you can't trade places with them like other simplemobs. --- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm index 7f7fce8e1fb..c4b850bc536 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm @@ -58,6 +58,7 @@ obj_damage = 30 melee_damage_lower = 20 melee_damage_upper = 25 + a_intent = INTENT_HARM faction = list("spiders") pass_flags = PASSTABLE move_to_delay = 6