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

Commit

Permalink
fix opener
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagekazu committed Nov 16, 2024
1 parent cbef687 commit 1ba7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Combos/JobHelpers/VPR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ internal class VPR
public static bool CappedOnCoils =>
(TraitLevelChecked(Traits.EnhancedVipersRattle) && gauge.RattlingCoilStacks > 2) ||
(!TraitLevelChecked(Traits.EnhancedVipersRattle) && gauge.RattlingCoilStacks > 1);
public static VPROpenerLogic VPROpener => new();
public static VPROpenerLogic VPROpener = new();
public static VPRGauge gauge => GetJobGauge<VPRGauge>();
public static bool HasRattlingCoilStack(VPRGauge Gauge) => Gauge.RattlingCoilStacks > 0;

Expand Down

0 comments on commit 1ba7b0d

Please sign in to comment.