From 58ea7507f3c049e236f26d7f50632c096ccfec4b Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 16 Aug 2018 16:05:56 -0300 Subject: Clear queue upon significant stun --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit 1.3.0-6-gf8a5