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

Commit

Permalink
Merge pull request #229 from Four-amer/main
Browse files Browse the repository at this point in the history
Tool Hypercharge Drifting Fix
  • Loading branch information
LTS-FFXIV authored Sep 15, 2024
2 parents dec56fb + 6de4460 commit 6001ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Ranged/MCH_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ protected override bool GeneralGCD(out IAction? act)
// Logic for Hypercharge
private bool ToolChargeSoon(out IAction? act)
{
float REST_TIME = 6f;
float REST_TIME = 8f;
if
//Cannot AOE
(!SpreadShotPvE.CanUse(out _)
Expand Down

0 comments on commit 6001ffa

Please sign in to comment.