diff --git a/BasicRotations/Tank/GNB_Default.cs b/BasicRotations/Tank/GNB_Default.cs index 9bb2b61..84b6bfa 100644 --- a/BasicRotations/Tank/GNB_Default.cs +++ b/BasicRotations/Tank/GNB_Default.cs @@ -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) {