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

Commit

Permalink
Merge commit 'refs/pull/1730/head' of https://github.com/Nik-Potokar/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 22, 2024
2 parents b6f5cc0 + 4b5d6d9 commit 63e4996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,7 @@ The three digets after RDM.JobID can be used to reorder items in the list
SGE_ST_DPS = 14001,

[ParentCombo(SGE_ST_DPS)]
[CustomComboInfo("Opener Option", "Use the Balance opener from level 56+.", SGE.JobID,101)]
[CustomComboInfo("Opener Option", "Use the Balance opener from level 92+.", SGE.JobID,101)]
SGE_ST_DPS_Opener = 14055,

[ParentCombo(SGE_ST_DPS)]
Expand Down
4 changes: 2 additions & 2 deletions XIVSlothCombo/Combos/PvE/SGE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (ActionFound)
{
bool inOpener = IsEnabled(CustomComboPreset.SGE_ST_DPS_Opener)
&& Dosis3Count < 4 && Gauge.HasAddersting();
bool inOpener = IsEnabled(CustomComboPreset.SGE_ST_DPS_Opener) &&
ActionReady(Psyche) && Dosis3Count < 4 && Gauge.HasAddersting();

// Kardia Reminder
if (IsEnabled(CustomComboPreset.SGE_ST_DPS_Kardia) && LevelChecked(Kardia) &&
Expand Down

0 comments on commit 63e4996

Please sign in to comment.