mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user