diff --git a/BasicRotations/Melee/NIN_Default.cs b/BasicRotations/Melee/NIN_Default.cs index 7cb7d4d..533a6a6 100644 --- a/BasicRotations/Melee/NIN_Default.cs +++ b/BasicRotations/Melee/NIN_Default.cs @@ -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)) + else if (chiId == DotonPvE_18880.ID && !IsLastAction(false, DotonPvE_18880) && !Player.HasStatus(true, StatusID.Doton) && !IsMoving) { if (DotonPvE_18880.CanUse(out act, skipAoeCheck: true)) return true; } @@ -459,4 +459,4 @@ public override void DisplayStatus() base.DisplayStatus(); } #endregion -} \ No newline at end of file +}