From edaf64799f4e2b0af6081fa7280d19e1fb625aef Mon Sep 17 00:00:00 2001 From: dearmochi <1496804+dearmochi@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:00:41 +0200 Subject: [PATCH] Re-ups terror web deletion timer to 7 seconds (#16457) --- .../mob/living/simple_animal/hostile/terror_spiders/actions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/actions.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/actions.dm index fd134d51f8f..8d6d03dc769 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/actions.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/actions.dm @@ -193,7 +193,7 @@ M.Weaken(4) // 8 seconds. if(iscarbon(M)) web_special_ability(M) - addtimer(CALLBACK(src, .proc/after_carbon_crossed, M), 0.7 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE) + addtimer(CALLBACK(src, .proc/after_carbon_crossed, M), 7 SECONDS, TIMER_UNIQUE | TIMER_OVERRIDE) /** * Called some time after a carbon mob crossed the terror web.