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

Commit

Permalink
Fix SCH lucid sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 25, 2024
1 parent 22aaaf7 commit 1f9fedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XIVSlothCombo/Window/Functions/UserConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,9 @@ internal static void Draw(CustomComboPreset preset, bool enabled)
UserConfig.DrawSliderInt(0, 100, SCH.Config.SCH_ST_Heal_EsunaOption, "Stop using when below HP %. Set to Zero to disable this check");

if (preset is CustomComboPreset.SCH_AoE_Lucid)
UserConfig.DrawSliderInt(4000, 9500, SCH.Config.SCH_AoE_LucidOption, "MP Threshold", 150, SliderIncrements.Hundreds);

if (preset is CustomComboPreset.SCH_AoE_Heal_Lucid)
UserConfig.DrawSliderInt(4000, 9500, SCH.Config.SCH_AoE_Heal_LucidOption, "MP Threshold", 150, SliderIncrements.Hundreds);

if (preset is CustomComboPreset.SCH_DeploymentTactics)
Expand Down

0 comments on commit 1f9fedd

Please sign in to comment.