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 #114 from FFXIV-CombatReborn/DT-GNB-Fixes
Browse files Browse the repository at this point in the history
Lion Heart Fix Maybe
  • Loading branch information
Tykku authored Jul 20, 2024
2 parents 3fc8332 + 9b7c3b6 commit 3511d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BasicRotations/Tank/GNB_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ protected override bool GeneralGCD(out IAction? act)
bool IsReadyToReign = (Player.HasStatus(true, StatusID.ReadyToReign));
bool areDDTargetsInRange = AllHostileTargets.Any(hostile => hostile.DistanceToPlayer() < 4.5f);

if (LionHeartPvE.CanUse(out act, skipAoeCheck: true)) return true;
if (IsLastGCD(true, NobleBloodPvE) && LionHeartPvE.CanUse(out act, skipStatusProvideCheck: true, skipComboCheck: true, skipAoeCheck: true)) return true;

if (NobleBloodPvE.CanUse(out act, skipAoeCheck: true)) return true;
if (IsLastGCD(true, ReignOfBeastsPvE) && NobleBloodPvE.CanUse(out act, skipStatusProvideCheck: true, skipComboCheck: true, skipAoeCheck: true)) return true;

if (IsReadyToReign)
{
Expand Down

0 comments on commit 3511d67

Please sign in to comment.