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