fix remaining encore issues
parent
6230896822
commit
39a913ed38
|
@ -1851,7 +1851,7 @@ export class CommandPhase extends FieldPhase {
|
||||||
|
|
||||||
|
|
||||||
if (!pokemon.getMoveset()[moveIndex].isUsable(pokemon) || !pokemon.getMoveset()[moveIndex].isSelectable(pokemon)) {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
this.handleCommand(Command.FIGHT, moveIndex, false, false);
|
this.handleCommand(Command.FIGHT, moveIndex, false, false);
|
||||||
|
|
Loading…
Reference in New Issue