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 #138 from FFXIV-CombatReborn/demonslicer
Browse files Browse the repository at this point in the history
corrected typo causing demon slicer to be spammed at low levels even …
  • Loading branch information
LTS-FFXIV authored Jul 24, 2024
2 parents 4722609 + 4c3c118 commit 070800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Tank/GNB_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private bool CanUseBurstStrike(out IAction act)
{
if (BurstStrikePvE.CanUse(out act))
{
if (DemonSlicePvE.CanUse(out act)) return false;
if (DemonSlicePvE.CanUse(out _)) return false;

if (SonicBreakPvE.Cooldown.IsCoolingDown && SonicBreakPvE.Cooldown.WillHaveOneCharge(0.5f) && GnashingFangPvE.EnoughLevel) return false;

Expand Down

0 comments on commit 070800b

Please sign in to comment.