Skip to content

Commit

Permalink
remove usedUp tag from TrueNorth so it doesnt use up both charges
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Mar 30, 2024
1 parent c9376e1 commit 773b9c7
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 773b9c7

Please sign in to comment.