From 66769d951718c9e055214dbe8b5098120725966d Mon Sep 17 00:00:00 2001 From: Ehl'tee Es <127939494+LTS-FFXIV@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:20:39 -0500 Subject: [PATCH] Update WAR_Default.cs --- BasicRotations/Tank/WAR_Default.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicRotations/Tank/WAR_Default.cs b/BasicRotations/Tank/WAR_Default.cs index 17118d7..97152e4 100644 --- a/BasicRotations/Tank/WAR_Default.cs +++ b/BasicRotations/Tank/WAR_Default.cs @@ -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; }