Skip to content

Commit

Permalink
Merge pull request #1743 from edewen/BardStuff
Browse files Browse the repository at this point in the history
[BRD] Heavy to SS barrage fix
  • Loading branch information
Taurenkey authored Aug 23, 2024
2 parents 3fb29f0 + 704652c commit f75261d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions XIVSlothCombo/Combos/PvE/BRD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,8 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
return BlastArrow;
}

if (HasEffect(Buffs.HawksEye))
return LevelChecked(RefulgentArrow)
? RefulgentArrow
: StraightShot;
if (HasEffect(Buffs.HawksEye) || HasEffect(Buffs.Barrage))
return OriginalHook(StraightShot);
}

return actionID;
Expand Down

0 comments on commit f75261d

Please sign in to comment.