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

Commit

Permalink
Update WAR_Default.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Apr 6, 2024
1 parent 6ee6731 commit 66769d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Tank/WAR_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected override bool DefenseSingleAbility(out IAction? act)
if (RawIntuitionPvE.CanUse(out act, onLastAbility: true)) return true;
}

if (NascentFlashPvE.CanUse(out act, onLastAbility: true) && NascentFlashPvE.Target.Target?.GetHealthRatio() < 0.6) return true;
if (NascentFlashPvE.CanUse(out act, onLastAbility: true)) return true;

return false;
}
Expand Down

0 comments on commit 66769d9

Please sign in to comment.