Skip to content

Commit

Permalink
Merge pull request #26 from FFXIV-CombatReborn/truenorth-fix
Browse files Browse the repository at this point in the history
remove usedUp tag from TrueNorth so it doesnt use up both charges
  • Loading branch information
LTS-FFXIV authored Mar 30, 2024
2 parents c9376e1 + 773b9c7 commit 7c31c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/CustomRotation_Ability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private bool Ability(IAction nextGCD, out IAction? act)

if (DataCenter.MergedStatus.HasFlag(AutoStatus.Positional))
{
if (TrueNorthPvE.CanUse(out act, usedUp: true, onLastAbility: true)) return true;
if (TrueNorthPvE.CanUse(out act, onLastAbility: true)) return true;
}

IBaseAction.TargetOverride = TargetType.Heal;
Expand Down

0 comments on commit 7c31c27

Please sign in to comment.