mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-09 09:52:17 +02:00
[Bug] Fix fusion name not showing on evolution (#6055)
Fix evolution phase not using new fusion name
This commit is contained in:
parent
8f0c864547
commit
bff8cffe14
@ -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