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

Commit

Permalink
Full revert to previous behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Jun 3, 2024
1 parent 92c1b59 commit 3fc8586
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 3fc8586

Please sign in to comment.