Parry recharges red life

This commit is contained in:
Mashy
2019-05-07 16:50:30 +10:00
parent ae8a384b39
commit bb59af2685
4 changed files with 23 additions and 11 deletions
+2 -1
View File
@@ -239,7 +239,8 @@ function getCombatSequence(event) {
&& ((event[1].skill === 'Decay' && event[1].effect === 'Wither')
|| event[1].skill === 'Ruin'
|| event[1].skill === 'Taunt'
|| event[1].skill === 'Strangling')) return ['POST_SKILL'];
|| event[1].skill === 'Strangling'
|| event[1].skill === 'Parry')) return ['POST_SKILL'];
if (['Damage'].includes(event[0])
&& ((event[1].skill === 'Chaos' && event[1].colour === 'RedDamage')