Skip to content

Commit

Permalink
Merge pull request #30 from FFXIV-CombatReborn/sage-statusid-fix
Browse files Browse the repository at this point in the history
Sage EukrasianDiagnosis Spam fixed thanks to the lovely Rabbs
  • Loading branch information
LTS-FFXIV authored Mar 30, 2024
2 parents 4e420bc + 9ef2f51 commit 20145e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RotationSolver.Basic/Rotations/Basic/SageRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ protected static bool AddersgallEndAfterGCD(uint gctCount = 0, float offset = 0)
static partial void ModifyEukrasianDiagnosisPvE(ref ActionSetting setting)
{
setting.TargetType = TargetType.BeAttacked;
setting.ActionCheck = () => !DataCenter.AllianceMembers.Any(m => m.HasStatus(true, StatusID.EukrasianDiagnosis));
}

static partial void ModifyEukrasianDosisPvE(ref ActionSetting setting)
Expand Down Expand Up @@ -136,4 +137,4 @@ protected sealed override bool MoveForwardAbility(out IAction? act)
if (IcarusPvE.CanUse(out act)) return true;
return base.MoveForwardAbility(out act);
}
}
}

0 comments on commit 20145e2

Please sign in to comment.