mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Nerfs terrors' ability to pull canisters, tanks and other objects (#15113)
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -468,3 +468,8 @@ GLOBAL_LIST_EMPTY(ts_spiderling_list)
|
||||
to_chat(src, "<span class='warning'>Cancelled remote view due to being under attack!</span>")
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user