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

Commit

Permalink
Merge pull request #195 from FFXIV-CombatReborn/hotfix
Browse files Browse the repository at this point in the history
nuget bump and BRD hotfix
  • Loading branch information
LTS-FFXIV authored Aug 23, 2024
2 parents 0842d13 + 5dc5506 commit b5df4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BasicRotations/Ranged/BRD_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion BasicRotations/RebornRotations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Compile Include="Duty\EmanationDefault" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RotationSolverReborn.Basic" Version="7.0.5.29" />
<PackageReference Include="RotationSolverReborn.Basic" Version="7.0.5.30" />
</ItemGroup>
<ItemGroup>
<Reference Include="Dalamud">
Expand Down

0 comments on commit b5df4f8

Please sign in to comment.