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

Commit

Permalink
Merge pull request #91 from FFXIV-CombatReborn/Revert-Nin-Change
Browse files Browse the repository at this point in the history
Revert Nin change
  • Loading branch information
Toshi authored May 20, 2024
2 parents dea5dab + 74e2a1d commit 151a5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Melee/NIN_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private bool DoNinjutsu(out IAction? act)
{
if (RaitonPvE_18877.CanUse(out act, skipAoeCheck: true)) return true;
}
else if (chiId == DotonPvE_18880.ID && !IsLastAction(false, DotonPvE_18880) && !Player.HasStatus(true, StatusID.Doton) && !IsMoving)
else if (chiId == DotonPvE_18880.ID && !IsLastAction(false, DotonPvE_18880) && !Player.HasStatus(true, StatusID.Doton))
{
if (DotonPvE_18880.CanUse(out act, skipAoeCheck: true)) return true;
}
Expand Down

0 comments on commit 151a5df

Please sign in to comment.