speed fix, counter fix, client side anim fix

This commit is contained in:
Mashy
2019-09-20 15:34:09 +10:00
parent 2894e346e3
commit 2e366e2eca
4 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function registerEvents(store) {
store.dispatch(actions.setAnimTarget(null));
store.dispatch(actions.setAnimText(null));
store.dispatch(actions.setAnimFocus([]));
if (!sequence.includes('END_SKILL')
if (!sequence.includes('END_SKILL' && anims.animTarget)
|| ['Banish', 'Invert'].includes(removeTier(anims.animTarget.skill))) return cb();
return true;
}, timeout);