link rework

This commit is contained in:
Mashy
2019-09-16 14:49:36 +10:00
parent d4ae38e733
commit 0b62a392f5
3 changed files with 109 additions and 136 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ function registerEvents(store) {
store.dispatch(actions.setAnimTarget(anims.animTarget));
if (!['Banish', 'Invert'].includes(removeTier(anims.animTarget.skill))) store.dispatch(actions.setAnimCb(cb));
}
if (sequence.includes('POST_SKILL' && text)) {
if (sequence.includes('POST_SKILL') && text) {
// timeout to prevent text classes from being added too soon
setTimeout(
() => store.dispatch(actions.setAnimText(text)),