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

Commit

Permalink
Merge commit 'refs/pull/1643/head' of https://github.com/Nik-Potokar/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Jul 31, 2024
2 parents d5af0ea + 29f20b5 commit 1f0b4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XIVSlothCombo/Combos/PvE/VPR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1f0b4a0

Please sign in to comment.