terror spiders can now pull non dense objects at normal speed (#22091)

* lettem cook

* Update code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
GDN
2023-08-28 07:07:43 -05:00
committed by GitHub
parent 8f51fdfc2c
commit a12cef9844
@@ -472,5 +472,5 @@ GLOBAL_LIST_EMPTY(ts_infected_list)
/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
if(pulling && !ismob(pulling) && pulling.density)
. += 6 // Drastic move speed penalty for dragging anything that is not a mob or a non dense object