Skip to content

Commit

Permalink
Re-fix for #109
Browse files Browse the repository at this point in the history
  • Loading branch information
FrigidWalrus committed Jul 16, 2024
1 parent d70dd8e commit 669e9ee
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))
if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.InvertedColors))
return PCT.CometBlack;

return actionID;
Expand Down

0 comments on commit 669e9ee

Please sign in to comment.