diff --git a/src/phases.ts b/src/phases.ts index b577768f6ca..de34d519427 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -1851,7 +1851,7 @@ export class CommandPhase extends FieldPhase { if (!pokemon.getMoveset()[moveIndex].isUsable(pokemon) || !pokemon.getMoveset()[moveIndex].isSelectable(pokemon)) { - this.handleCommand(Command.FIGHT, 0, true, false); + this.handleCommand(Command.FIGHT, 5, true, false); return true; } this.handleCommand(Command.FIGHT, moveIndex, false, false);