From 52717a494910c6da1efbb5309b813d9e25037f3e Mon Sep 17 00:00:00 2001 From: Tykku Date: Mon, 13 May 2024 00:49:25 -0400 Subject: [PATCH] Update MCH_Default.cs --- BasicRotations/Ranged/MCH_Default.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasicRotations/Ranged/MCH_Default.cs b/BasicRotations/Ranged/MCH_Default.cs index 23f4b65..f92b74a 100644 --- a/BasicRotations/Ranged/MCH_Default.cs +++ b/BasicRotations/Ranged/MCH_Default.cs @@ -142,7 +142,7 @@ protected override bool GeneralGCD(out IAction? act) } // Special condition for using ChainSaw outside of AoE checks if no action is chosen within 4 GCDs. - if (!CombatElapsedLessGCD(4) && ChainSawPvE.CanUse(out act)) return true; + if (!CombatElapsedLessGCD(4) && ChainSawPvE.CanUse(out act, skipAoeCheck: true)) return true; // AoE actions: ChainSaw and SpreadShot based on their usability. if (SpreadShotPvE.CanUse(out _))