Re-ups terror web deletion timer to 7 seconds (#16457)

This commit is contained in:
dearmochi
2021-07-30 12:00:41 +02:00
committed by GitHub
parent 6dde6ed06c
commit edaf64799f
@@ -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.