From d70dd8e87bf7a43959fa21442ec26fa760e19108 Mon Sep 17 00:00:00 2001 From: Frigidwalrus Date: Tue, 16 Jul 2024 16:37:23 -0500 Subject: [PATCH] Fixing for #109 Likely will fix it, but may not. Not tested as I don't have PCT at 90. --- 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 8a50f8f6..80535c26 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) && SelfHasEffect(PCT.Buffs.InvertedColors)) + if (level >= PCT.Levels.CometBlack && SelfHasEffect(PCT.Buffs.SubtractivePaletteStack)) return PCT.CometBlack; return actionID;