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 #84 from FFXIV-CombatReborn/Whoops-forgot-to-not-r…
Browse files Browse the repository at this point in the history
…emove-something-

Update MCH_Default.cs
  • Loading branch information
Toshi authored May 13, 2024
2 parents dbacb88 + 52717a4 commit 3f3e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/MCH_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected override bool GeneralGCD(out IAction? act)
}

// Special condition for using ChainSaw outside of AoE checks if no action is chosen within 4 GCDs.
if (!CombatElapsedLessGCD(4) && ChainSawPvE.CanUse(out act)) return true;
if (!CombatElapsedLessGCD(4) && ChainSawPvE.CanUse(out act, skipAoeCheck: true)) return true;

// AoE actions: ChainSaw and SpreadShot based on their usability.
if (SpreadShotPvE.CanUse(out _))
Expand Down

0 comments on commit 3f3e1ca

Please sign in to comment.