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

Commit

Permalink
Update Guren for all level use
Browse files Browse the repository at this point in the history
Based on the recent RSR pull, update Guren so it can be used for all levels.
I don't know if anyone was still using this, but I got you if you were out there.
* Who updated SAM rotation after me? Who use bana asap in opener? This is SAM default not SAM UWU... Sigh*
  • Loading branch information
MillerTheBest committed Nov 9, 2024
1 parent 3bdd1e4 commit 2e64c34
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 2e64c34

Please sign in to comment.