Skip to content

Commit

Permalink
SGE has no more children
Browse files Browse the repository at this point in the history
good for them tbh
fixes #413 definitively
  • Loading branch information
MKhayle committed Aug 11, 2024
1 parent ffb53c4 commit cfa374b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
1 change: 0 additions & 1 deletion XIVComboExpanded/Combos/SGE.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
{
if (level >= SGE.Levels.Psyche && IsCooldownUsable(SGE.Psyche))
return OriginalHook(SGE.Psyche);

}

if (IsEnabled(CustomComboPreset.SageToxikonPhlegma))
Expand Down
16 changes: 7 additions & 9 deletions XIVComboExpanded/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1881,14 +1881,13 @@ public enum CustomComboPreset

[IconsCombo([SGE.Dosis, UTL.ArrowLeft, SGE.Psyche, UTL.Blank, SGE.Psyche, UTL.Clock])]
[SectionCombo("Single Target")]
[AccessibilityCustomCombo]
[ParentCombo(SageDoTFeature)]
[ExpandedCustomCombo]
[CustomComboInfo("Dosis Psyche Feature", "Replace Dosis with Psyche when cooldown is available.", SGE.JobID)]
SageDosisPsyche = 4014,

[IconsCombo([SGE.Dyskrasia, UTL.ArrowLeft, SGE.Psyche, UTL.Blank, SGE.Psyche, UTL.Clock])]
[SectionCombo("Area of Effect")]
[AccessibilityCustomCombo]
[ExpandedCustomCombo]
[CustomComboInfo("Dyskrasia Psyche Feature", "Replace Dyskrasia with Psyche when cooldown is available.", SGE.JobID)]
SagePsycheDyskrasiaFeature = 4015,

Expand Down Expand Up @@ -1947,16 +1946,15 @@ public enum CustomComboPreset
SagePhlegmaToxikon = 4007,

[IconsCombo([SGE.Toxikon, UTL.ArrowLeft, SGE.Phlegma, UTL.Blank, SGE.Phlegma, UTL.Checkmark])]
[SectionCombo("Toxicon features")]
[SectionCombo("Toxikon features")]
[ExpandedCustomCombo]
[CustomComboInfo("Toxikon into Phlegma Feature", "Replace Toxikon with Phlegma when charges are available.", SGE.JobID)]
[CustomComboInfo("Toxikon into Phlegma", "Replace Toxikon with Phlegma when charges are available.", SGE.JobID)]
SageToxikonPhlegma = 4011,

[IconsCombo([SGE.Toxikon, UTL.ArrowLeft, SGE.Psyche, UTL.Blank, SGE.Psyche, UTL.Checkmark])]
[SectionCombo("Toxicon features")]
[AccessibilityCustomCombo]
[ParentCombo(SageToxikonPhlegma)]
[CustomComboInfo("Psyche Combo", "Adds Psyche to the Toxikon combo", SGE.JobID)]
[SectionCombo("Toxikon features")]
[ExpandedCustomCombo]
[CustomComboInfo("Toxikon into Psyche", "Replace Toxicon with Psyche when Psyche is available", SGE.JobID)]
SagePsycheToxikonFeature = 4013,

[IconsCombo([SGE.Druochole, UTL.ArrowLeft, SGE.Taurochole, UTL.Blank, SGE.Druochole, UTL.Checkmark])]
Expand Down
7 changes: 7 additions & 0 deletions XIVComboExpanded/Interface/Changelog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ public static Dictionary<string, string[]> GetChangelog()
{
return new Dictionary<string, string[]>()
{
{
"v2.0.0.9",
[
"Fixed SGE's Dosis Psyche Feature being a child combo of the Auto Eukrasian Dosis feature.",
"Fixed SGE's Toxikon into Psyche being a child combo of the Toxikon into Phlegma.",
]
},
{
"v2.0.0.8",
[
Expand Down
2 changes: 1 addition & 1 deletion XIVComboExpanded/XIVComboExpanded.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>attick, daemitus, Khayle</Authors>
<Company>-</Company>
<Version>2.0.0.8</Version>
<Version>2.0.0.9</Version>
<Description>This plugin condenses combos and mutually exclusive abilities onto a single button.</Description>
<Copyright>Copyleft attick 2020 baybeeee</Copyright>
<PackageProjectUrl>https://github.com/daemitus/XIVComboPlugin</PackageProjectUrl>
Expand Down

0 comments on commit cfa374b

Please sign in to comment.