Skip to content

Commit

Permalink
SMN Update
Browse files Browse the repository at this point in the history
Fix Radiant Lux Solaris feature as per #263
  • Loading branch information
MKhayle committed Jul 7, 2024
1 parent ecd762f commit 448d0b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions XIVComboExpanded/Combos/SMN.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,12 +286,12 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (level >= SMN.Levels.SummonCarbuncle && !HasPetPresent())
return SMN.SummonCarbuncle;
}

if (IsEnabled(CustomComboPreset.SummonerRadiantLuxSolarisFeature))
{
if (HasEffect(SMN.Buffs.LuxSolarisReady))
return SMN.LuxSolaris;
if (IsEnabled(CustomComboPreset.SummonerRadiantLuxSolarisFeature))
{
if (HasEffect(SMN.Buffs.LuxSolarisReady))
return SMN.LuxSolaris;
}
}

return actionID;
Expand Down

0 comments on commit 448d0b5

Please sign in to comment.