Skip to content

Commit

Permalink
Rolled in PR for issue Nik-Potokar#1385 so to not cause any conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Genesis-Nova committed Jul 2, 2024
1 parent 1577cee commit 32824f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/PvE/SMN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
}

// Egi Order
if (IsEnabled(CustomComboPreset.SMN_DemiEgiMenu_EgiOrder) && gauge.SummonTimerRemaining == 0 && IsOnCooldown(SummonPhoenix) && IsOnCooldown(SummonBahamut))
if (IsEnabled(CustomComboPreset.SMN_DemiEgiMenu_EgiOrder) && gauge.SummonTimerRemaining == 0)
{
if (gauge.IsIfritReady && !gauge.IsTitanReady && !gauge.IsGarudaReady && LevelChecked(SummonRuby))
return OriginalHook(SummonRuby);
Expand Down

0 comments on commit 32824f2

Please sign in to comment.