diff --git a/src/phases.ts b/src/phases.ts index 3d65597890e..c7f0e97e583 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -1562,7 +1562,7 @@ export class EnemyCommandPhase extends FieldPhase { const trainer = this.scene.currentBattle.trainer; - if (trainer) { + if (trainer && !enemyPokemon.getMoveQueue().length) { const opponents = enemyPokemon.getOpponents(); const trapTag = enemyPokemon.findTag(t => t instanceof TrappedTag) as TrappedTag;