Changed spacing
parent
283db6d193
commit
2b3894ba27
|
|
@ -2024,6 +2024,7 @@ export class MovePhase extends BattlePhase {
|
|||
|
||||
const doMove = () => {
|
||||
this.pokemon.lapseTags(BattlerTagLapseType.PRE_MOVE);
|
||||
|
||||
if (!this.followUp && this.canMove() && !this.cancelled) {
|
||||
this.pokemon.lapseTags(BattlerTagLapseType.MOVE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue