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

Commit

Permalink
remove eye gouge req for reign of beasts (was preventing use in aoe s…
Browse files Browse the repository at this point in the history
…ituations)
  • Loading branch information
Karaha-Baruha authored and Karaha-Baruha committed Oct 2, 2024
1 parent c4bad54 commit 205325f
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 @@ -103,7 +103,7 @@ protected override bool GeneralGCD(out IAction? act)

if (IsLastGCD(false, NobleBloodPvE) && LionHeartPvE.CanUse(out act, skipComboCheck: true)) return true;
if (IsLastGCD(false, ReignOfBeastsPvE) && NobleBloodPvE.CanUse(out act, skipComboCheck: true)) return true;
if (IsLastAction(false, EyeGougePvE) && ReignOfBeastsPvE.CanUse(out act)) return true;
if (ReignOfBeastsPvE.CanUse(out act)) return true;

if (Player.HasStatus(true, StatusID.NoMercy) && SonicBreakPvE.CanUse(out act)) return true;

Expand Down

0 comments on commit 205325f

Please sign in to comment.