diff --git a/XIVSlothCombo/Combos/PvE/VPR.cs b/XIVSlothCombo/Combos/PvE/VPR.cs index 88cec9c6d..f5c3c5f75 100644 --- a/XIVSlothCombo/Combos/PvE/VPR.cs +++ b/XIVSlothCombo/Combos/PvE/VPR.cs @@ -469,7 +469,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim //Serpents Ire usage if (IsEnabled(CustomComboPreset.VPR_ST_CDs) && IsEnabled(CustomComboPreset.VPR_ST_SerpentsIre) && - CanWeave(actionID) && !CappedOnCoils && + CanWeave(actionID) && !CappedOnCoils && ActionReady(SerpentsIre) && !HasEffect(Buffs.Reawakened)) return SerpentsIre; @@ -872,7 +872,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim //Serpents Ire usage if (IsEnabled(CustomComboPreset.VPR_AoE_CDs) && IsEnabled(CustomComboPreset.VPR_AoE_SerpentsIre) && - CanWeave(actionID) && !CappedOnCoils && ActionReady(SerpentsIre) && !HasEffect(Buffs.Reawakened)) + CanWeave(actionID) && !CappedOnCoils && ActionReady(SerpentsIre) && !HasEffect(Buffs.Reawakened)) return SerpentsIre; //Vicepit Usage