mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-12 11:22:17 +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.scene.ui.showText(i18next.t("battle:learnMoveNotLearned", { pokemonName: getPokemonNameWithAffix(pokemon), moveName: move.name }), null, () => {
|
||||||
this.end();
|
this.end();
|
||||||
}, null, true);
|
}, null, true);
|
||||||
}, () => this.replaceMoveCheck());
|
}, () => this.replaceMoveCheck(move, pokemon));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user