Skip to content

Commit

Permalink
Fixing for #109
Browse files Browse the repository at this point in the history
Likely will fix it, but may not. Not tested as I don't have PCT at 90.
  • Loading branch information
FrigidWalrus committed Jul 16, 2024
1 parent 874de19 commit d70dd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVComboVX/Combos/PCT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ internal class PictoimancerHolyCometCombo: CustomCombo {
protected override uint Invoke(uint actionID, uint lastComboActionId, float comboTime, byte level) {
PCTGauge gauge = GetJobGauge<PCTGauge>();

if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.SubtractivePaletteStack) && SelfHasEffect(PCT.Buffs.InvertedColors))
if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.SubtractivePaletteStack))
return PCT.CometBlack;

return actionID;
Expand Down

0 comments on commit d70dd8e

Please sign in to comment.