From 39a913ed38b1b45fd9c3f2befe23524676bc76f4 Mon Sep 17 00:00:00 2001 From: f-raZ0R Date: Mon, 13 May 2024 19:41:12 -0400 Subject: [PATCH] fix remaining encore issues --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);