From 2e64c344b2c3c646e4875a6e717122ee70bca947 Mon Sep 17 00:00:00 2001 From: MZ Date: Sat, 9 Nov 2024 21:41:11 +1030 Subject: [PATCH] Update Guren for all level use 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* --- BasicRotations/Melee/SAM_Default.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicRotations/Melee/SAM_Default.cs b/BasicRotations/Melee/SAM_Default.cs index 8e50394..5a4d7b1 100644 --- a/BasicRotations/Melee/SAM_Default.cs +++ b/BasicRotations/Melee/SAM_Default.cs @@ -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;