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 #1462 from Tartarga/20240706_SGEAoEHealFix
Browse files Browse the repository at this point in the history
[SGE] Fixed AoE Heal Eukrasia Prognosis
  • Loading branch information
Tartarga authored Jul 7, 2024
2 parents b78cd5d + ed2c710 commit f61f16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/PvE/SGE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
if (actionID is Prognosis)
{
if (IsEnabled(CustomComboPreset.SGE_AoE_Heal_EPrognosis) && HasEffect(Buffs.Eukrasia))
return OriginalHook(EukrasianPrognosis); //ToDo Check if OriginalHook(Prognosis) is fine, bet it is
return OriginalHook(Prognosis);

if (IsEnabled(CustomComboPreset.SGE_AoE_Heal_Rhizomata) && ActionReady(Rhizomata) &&
!Gauge.HasAddersgall())
Expand Down

0 comments on commit f61f16d

Please sign in to comment.