mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Changed spacing
This commit is contained in:
parent
283db6d193
commit
2b3894ba27
@ -2024,6 +2024,7 @@ export class MovePhase extends BattlePhase {
|
|||||||
|
|
||||||
const doMove = () => {
|
const doMove = () => {
|
||||||
this.pokemon.lapseTags(BattlerTagLapseType.PRE_MOVE);
|
this.pokemon.lapseTags(BattlerTagLapseType.PRE_MOVE);
|
||||||
|
|
||||||
if (!this.followUp && this.canMove() && !this.cancelled) {
|
if (!this.followUp && this.canMove() && !this.cancelled) {
|
||||||
this.pokemon.lapseTags(BattlerTagLapseType.MOVE);
|
this.pokemon.lapseTags(BattlerTagLapseType.MOVE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user