modified multis, cleaned up anims

This commit is contained in:
Mashy
2019-05-07 14:54:25 +10:00
parent 50bc93073b
commit b922c3d539
5 changed files with 40 additions and 30 deletions
+4 -1
View File
@@ -236,7 +236,10 @@ function getCombatSequence(event) {
if (['Effect'].includes(event[0])
&& event[1].skill === 'Decay' && event[1].effect === 'Wither') return ['POST_SKILL'];
&& ((event[1].skill === 'Decay' && event[1].effect === 'Wither')
|| event[1].skill === 'Ruin'
|| event[1].skill === 'Taunt'
|| event[1].skill === 'Strangling')) return ['POST_SKILL'];
if (['Damage'].includes(event[0])
&& ((event[1].skill === 'Chaos' && event[1].colour === 'RedDamage')