mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Fix evolution phase not using new fusion name
This commit is contained in:
parent
a54cd953a6
commit
a134a2ba13
@ -388,7 +388,7 @@ export class EvolutionPhase extends Phase {
|
|||||||
globalScene.ui.showText(
|
globalScene.ui.showText(
|
||||||
i18next.t("menu:evolutionDone", {
|
i18next.t("menu:evolutionDone", {
|
||||||
pokemonName: this.preEvolvedPokemonName,
|
pokemonName: this.preEvolvedPokemonName,
|
||||||
evolvedPokemonName: this.pokemon.species.getExpandedSpeciesName(),
|
evolvedPokemonName: this.pokemon.name,
|
||||||
}),
|
}),
|
||||||
null,
|
null,
|
||||||
() => this.end(),
|
() => this.end(),
|
||||||
|
Loading…
Reference in New Issue
Block a user