From 5dc55064d5f71594b0ad102c7cf0639a0142235f Mon Sep 17 00:00:00 2001 From: LTS-FFXIV <127939494+LTS-FFXIV@users.noreply.github.com> Date: Fri, 23 Aug 2024 05:42:31 -0500 Subject: [PATCH] nuget bump and BRD hotfix --- BasicRotations/Ranged/BRD_Default.cs | 4 ++-- BasicRotations/RebornRotations.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BasicRotations/Ranged/BRD_Default.cs b/BasicRotations/Ranged/BRD_Default.cs index 134a4ff..59daead 100644 --- a/BasicRotations/Ranged/BRD_Default.cs +++ b/BasicRotations/Ranged/BRD_Default.cs @@ -75,7 +75,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) if (IsBurst && Song != Song.NONE && MagesBalladPvE.EnoughLevel) { - if (RagingStrikesPvE.CanUse(out act)) + if (RagingStrikesPvE.CanUse(out act, isLastAbility: true)) { if (BindWANDEnough && Song == Song.WANDERER && TheWanderersMinuetPvE.EnoughLevel) return true; if (!BindWANDEnough) return true; @@ -150,7 +150,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) if (BloodletterPvE.CanUse(out act)) return true; } - // Prevents Bloodletter bumpcapping when MAGE is the stong due to Repetoire procs + // Prevents Bloodletter bumpcapping when MAGE is the song due to Repetoire procs if ((BloodletterPvE.Cooldown.CurrentCharges > 1) && Song == Song.MAGE) { if (HeartbreakShotPvE.CanUse(out act, usedUp: true)) return true; diff --git a/BasicRotations/RebornRotations.csproj b/BasicRotations/RebornRotations.csproj index 815576c..3551252 100644 --- a/BasicRotations/RebornRotations.csproj +++ b/BasicRotations/RebornRotations.csproj @@ -16,7 +16,7 @@ - +