Merge pull request #21786 from optimumtact/litanyoffailures

Fixes all remaining addtimers missed
This commit is contained in:
Jordie
2016-11-27 21:47:44 +11:00
committed by GitHub
36 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -187,7 +187,7 @@
return
// Don't break if they're just flying past
if(AM.throwing)
addtimer(src, "throw_check", 5, FALSE, AM)
addtimer(src, "throw_check", 5, TIMER_NORMAL, AM)
else
check_break(AM)