From 4de544a68bebe8cdbac5e16be724de310e9a87db Mon Sep 17 00:00:00 2001 From: Kyep <16434066+Kyep@users.noreply.github.com> Date: Sun, 20 Dec 2020 21:06:14 +0000 Subject: [PATCH] Nerfs terrors' ability to pull canisters, tanks and other objects (#15113) Co-authored-by: Kyep --- .../simple_animal/hostile/terror_spiders/terror_spiders.dm | 5 +++++ 1 file changed, 5 insertions(+) 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 33ba1fe1637..7b028042951 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 @@ -468,3 +468,8 @@ GLOBAL_LIST_EMPTY(ts_spiderling_list) to_chat(src, "Cancelled remote view due to being under attack!") reset_perspective() . = ..() + +/mob/living/simple_animal/hostile/poison/terror_spider/movement_delay() + . = ..() + if(pulling && !ismob(pulling)) + . += 6 // drastic move speed penalty for dragging anything that is not a mob