diff --git a/BasicRotations/Healer/SCH_Default.cs b/BasicRotations/Healer/SCH_Default.cs index 4330247..784cdd6 100644 --- a/BasicRotations/Healer/SCH_Default.cs +++ b/BasicRotations/Healer/SCH_Default.cs @@ -41,7 +41,7 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act) protected override bool GeneralGCD(out IAction? act) { if (SummonEosPvE.CanUse(out act)) return true; - if (BioPvE.CanUse(out act) && AllHostileTargets.Where(p => p.DistanceToPlayer() < 5).Count() < 2) return true; + if (BioPvE.CanUse(out act) && AllHostileTargets.Where(p => p.DistanceToPlayer() < 5).Count() < 4) return true; //AOE if (ArtOfWarPvE.CanUse(out act)) return true;