Changed spacing

This commit is contained in:
Stophles 2024-04-05 19:24:42 -05:00 committed by GitHub
parent 283db6d193
commit 2b3894ba27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2024,8 +2024,9 @@ 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);
this.pokemon.lapseTags(BattlerTagLapseType.MOVE);
}
if (this.cancelled) {
this.pokemon.pushMoveHistory({ move: Moves.NONE, result: MoveResult.FAIL });