Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #107 from FFXIV-CombatReborn/BRD-fixes-2
Browse files Browse the repository at this point in the history
Full revert to previous behaviour
  • Loading branch information
LTS-FFXIV authored Jun 3, 2024
2 parents 92c1b59 + 3fc8586 commit 2b196a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BasicRotations/Ranged/BRD_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,12 @@ protected override bool GeneralGCD(out IAction? act)
}

if (ShadowbitePvE.CanUse(out act)) return true;
if (StraightShotPvE.CanUse(out act)) return true;

if (QuickNockPvE.CanUse(out act)) return true;

if (WindbitePvE.CanUse(out act)) return true;
if (VenomousBitePvE.CanUse(out act)) return true;

if (StraightShotPvE.CanUse(out act)) return true;
if (HeavyShotPvE.CanUse(out act)) return true;

return base.GeneralGCD(out act);
Expand Down

0 comments on commit 2b196a8

Please sign in to comment.