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 #276 from MillerTheBest/main
Browse files Browse the repository at this point in the history
Update Guren for all level use
  • Loading branch information
LTS-FFXIV authored Nov 9, 2024
2 parents 3bdd1e4 + 2e64c34 commit 544ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Melee/SAM_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act)
}

if (ZanshinPvE.CanUse(out act)) return true; // need to check rsr code for upgrade and remove aoecheck here !!! check later !!!
if (HissatsuGurenPvE.CanUse(out act)) return true;
if (HissatsuGurenPvE.CanUse(out act, skipAoeCheck: !HissatsuSeneiPvE.EnoughLevel)) return true;
if (HissatsuSeneiPvE.CanUse(out act)) return true;

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

0 comments on commit 544ee1f

Please sign in to comment.