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

Commit

Permalink
Update zPCT_TESTING.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV authored Aug 23, 2024
1 parent 0e86570 commit 0842d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions BasicRotations/Magical/zPCT_TESTING.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,15 @@ protected override bool GeneralGCD(out IAction? act)
// Weapon Painting Burst
if (HammerStampPvE.CanUse(out act, skipCastingCheck: true, skipComboCheck: true)) return true;

if (Player.HasStatus(true, StatusID.Hyperphantasia))
if (HolyCometMoving && IsMoving)
{
if (CometInBlackPvE.CanUse(out act, skipCastingCheck: true)) return true;
if (HolyInWhitePvE.CanUse(out act, skipCastingCheck: true)) return true;
}

//Use up paint if in Hyperphantasia
if (Player.HasStatus(true, StatusID.Hyperphantasia))
{
if (CometInBlackPvE.CanUse(out act, skipCastingCheck: true)) return true;
if (HolyInWhitePvE.CanUse(out act, skipCastingCheck: true)) return true;
}

//Paint overcap protection
Expand Down

0 comments on commit 0842d13

Please sign in to comment.