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

Commit

Permalink
regen change
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Apr 7, 2024
1 parent 7434767 commit efc4bd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BasicRotations/Healer/WHM_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ protected override bool HealSingleGCD(out IAction? act)
{
if (AfflatusSolacePvE.CanUse(out act)) return true;

if (RegenPvE.CanUse(out act)
&& (IsMoving || RegenPvE.Target.Target?.GetHealthRatio() > 0.4)) return true;
if (RegenPvE.CanUse(out act) && (RegenPvE.Target.Target?.GetHealthRatio() > 0.3)) return true;

if (CureIiPvE.CanUse(out act)) return true;

Expand Down Expand Up @@ -172,4 +171,4 @@ protected override bool DefenseAreaAbility(out IAction? act)
//{
// ImGui.Text(LilyTime.ToString());
//}
}
}

0 comments on commit efc4bd6

Please sign in to comment.