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 #141 from EYEZOexe/No-Bitches-Show-Mercy
Browse files Browse the repository at this point in the history
Fixed Gnashing Fang not executing 100% of the time
  • Loading branch information
LTS-FFXIV authored Jul 25, 2024
2 parents 4023a90 + 589ff48 commit b8e29f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Tank/GNB_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ protected override bool GeneralGCD(out IAction? act)
if (DemonSlaughterPvE.CanUse(out act)) return true;
if (DemonSlicePvE.CanUse(out act)) return true;

if (Ammo == 2 && IsLastGCD(ActionID.BrutalShellPvE) && BurstStrikePvE.CanUse(out act)) return true;
if (Ammo == MaxAmmo && IsLastGCD(ActionID.BrutalShellPvE) && BurstStrikePvE.CanUse(out act)) return true;

if (SolidBarrelPvE.CanUse(out act)) return true;
if (BrutalShellPvE.CanUse(out act)) return true;
Expand Down

0 comments on commit b8e29f4

Please sign in to comment.