« get me outta code hell

csb-game - Pixelly spin-off of the Command Synergy Battle system used in Final Fantasy XIII
summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js3
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) {