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

Commit

Permalink
Merge pull request #119 from FFXIV-CombatReborn/DT-MCH-Fixes
Browse files Browse the repository at this point in the history
Bioblaster Fix
  • Loading branch information
Tykku authored Jul 21, 2024
2 parents b74f9bd + 3bc6e0d commit 3170a78
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 @@ -116,7 +116,7 @@ protected override bool GeneralGCD(out IAction? act)
if (HeatBlastPvE.CanUse(out act)) return true;

// Executes Bioblaster, and then checks for AirAnchor or HotShot, and Drill based on availability and conditions.
if (BioblasterPvE.CanUse(out act)) return true;
if (BioblasterPvE.CanUse(out act, usedUp: true)) return true;
// Check if SpreadShot cannot be used
if (!SpreadShotPvE.CanUse(out _))
{
Expand Down

0 comments on commit 3170a78

Please sign in to comment.