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

Commit

Permalink
Merge pull request #1810 from edewen/Sch-Aetherflow-fix
Browse files Browse the repository at this point in the history
[SCH] Aetherflow Fix
  • Loading branch information
Taurenkey authored Oct 14, 2024
2 parents 4f2d506 + f7cde70 commit 3d2bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/PvE/SCH.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
return Dissipation;

// Aetherflow
if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) &&
if (IsEnabled(CustomComboPreset.SCH_DPS_Aetherflow) && !WasLastAction(Dissipation) &&
ActionReady(Aetherflow) && !Gauge.HasAetherflow() &&
InCombat() && CanSpellWeave(actionID))
return Aetherflow;
Expand Down

0 comments on commit 3d2bc2d

Please sign in to comment.