From 669e9ee9553ba095f60c2792274258305ff864d0 Mon Sep 17 00:00:00 2001 From: Frigidwalrus Date: Tue, 16 Jul 2024 16:44:44 -0500 Subject: [PATCH] Re-fix for #109 --- XIVComboVX/Combos/PCT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XIVComboVX/Combos/PCT.cs b/XIVComboVX/Combos/PCT.cs index 80535c26..ecc18634 100644 --- a/XIVComboVX/Combos/PCT.cs +++ b/XIVComboVX/Combos/PCT.cs @@ -208,7 +208,7 @@ internal class PictoimancerHolyCometCombo: CustomCombo { protected override uint Invoke(uint actionID, uint lastComboActionId, float comboTime, byte level) { PCTGauge gauge = GetJobGauge(); - if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.SubtractivePaletteStack)) + if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.InvertedColors)) return PCT.CometBlack; return actionID;