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

Commit

Permalink
Merge pull request #85 from FFXIV-CombatReborn/IcWaDev
Browse files Browse the repository at this point in the history
Unfucked rotation SMN
  • Loading branch information
IncognitoWater authored Jul 15, 2024
2 parents a334bf7 + a530dc6 commit 1135d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Magical/SMN_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act)
#region GCD Logic
protected override bool GeneralGCD(out IAction? act)
{

//if (SummonCarbunclePvE.CanUse(out act)) return true;

if (SummonBahamutPvE.CanUse(out act)) return true;
if (SummonPhoenixPvE.CanUse(out act)) return true;
if ((Player.HasStatus(false, StatusID.SearingLight) || SearingLightPvE.Cooldown.IsCoolingDown) && SummonBahamutPvE.CanUse(out act)) return true;
if (IsBurst && (!SearingLightPvE.Cooldown.IsCoolingDown && SummonSolarBahamutPvE.CanUse(out act))) return true;

Expand Down

0 comments on commit 1135d3e

Please sign in to comment.