mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
Whoops
This commit is contained in:
parent
f9b086eb03
commit
b0721b796b
@ -100,7 +100,7 @@ export class LearnMovePhase extends PlayerPartyMemberPokemonPhase {
|
||||
this.scene.ui.showText(i18next.t("battle:learnMoveNotLearned", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }), null, () => {
|
||||
this.end();
|
||||
}, null, true);
|
||||
}, () => this.replaceMoveCheck());
|
||||
}, () => this.replaceMoveCheck(move, pokemon));
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user