diff options
-rw-r--r-- | index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js index 9117502..9968e33 100644 --- a/index.js +++ b/index.js @@ -146,7 +146,8 @@ class ATBBar { } if (this.battleCharacter.stunIsSignificant) { - // Do nothing. Ow! + // Ow! Clear queued actions. + this.queuedActions.splice(0) } else { // ATB gauge progressing if (!this.battleCharacter.isExecutingChain) { |