improved formatting
parent
2d71d1762f
commit
0bc8bbacc7
|
|
@ -1420,8 +1420,7 @@ export class SwitchSummonPhase extends SummonPhase {
|
|||
super.onEnd();
|
||||
|
||||
const pokemon = this.getPokemon();
|
||||
|
||||
const moveId = pokemon.scene.currentBattle.turnCommands[this.fieldIndex]?.move?.move
|
||||
const moveId = pokemon.scene.currentBattle.turnCommands[this.fieldIndex]?.move?.move;
|
||||
const lastUsedMove = moveId ? allMoves[moveId] : undefined;
|
||||
|
||||
// Compensate for turn spent summoning
|
||||
|
|
|
|||
Loading…
Reference in New Issue