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

Commit

Permalink
Revert Nin change
Browse files Browse the repository at this point in the history
Change already exists in code, Reverting to prevent errors clearing Ninjutsu array
  • Loading branch information
Tykku committed May 20, 2024
1 parent 1dbb447 commit 74e2a1d
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 74e2a1d

Please sign in to comment.