From 365c2ad6ee6e13895c15dbc553b61ffa04e9cd6d Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 9 Aug 2024 22:26:31 -0700 Subject: [PATCH] Meditation reminder Level <15 fix [PUSH] --- XIVComboExpanded/Combos/MNK.cs | 2 +- XIVComboExpanded/XIVComboExpanded.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XIVComboExpanded/Combos/MNK.cs b/XIVComboExpanded/Combos/MNK.cs index 2cac336b..663a2369 100644 --- a/XIVComboExpanded/Combos/MNK.cs +++ b/XIVComboExpanded/Combos/MNK.cs @@ -123,7 +123,7 @@ internal class MonkMeditationReminder : CustomCombo protected override uint Invoke(uint actionID, uint lastComboMove, float comboTime, byte level) { var gauge = GetJobGauge(); - return !HasCondition(ConditionFlag.InCombat) && gauge.Chakra < 5 ? OriginalHook(MNK.Meditation) : actionID; + return !HasCondition(ConditionFlag.InCombat) && gauge.Chakra < 5 && CanUseAction(OriginalHook(MNK.Meditation)) ? OriginalHook(MNK.Meditation) : actionID; } } diff --git a/XIVComboExpanded/XIVComboExpanded.csproj b/XIVComboExpanded/XIVComboExpanded.csproj index 62f40cd2..79c6981d 100644 --- a/XIVComboExpanded/XIVComboExpanded.csproj +++ b/XIVComboExpanded/XIVComboExpanded.csproj @@ -3,7 +3,7 @@ attick, daemitus, alymphocyte, grammernatzi - - 1.5.0.51 + 1.5.0.52 This plugin condenses combos and mutually exclusive abilities onto a single button. Copyaaaaaaaaaaaa https://github.com/grammernatzi/XIVComboPluginExpandedest