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

Commit

Permalink
Merge pull request #49 from Rabalaba/Rabbs-Changes
Browse files Browse the repository at this point in the history
Update SCH_Default.cs
  • Loading branch information
LTS-FFXIV authored Apr 18, 2024
2 parents 67a2c05 + 8ce6a81 commit a7178aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Healer/SCH_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7178aa

Please sign in to comment.