mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Update src/field/pokemon.ts
Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com>
(cherry picked from commit 74fa79c8b0
)
This commit is contained in:
parent
5a3c686bbb
commit
ea81b5049b
@ -331,7 +331,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
this.name = this.species.getName(this.formIndex);
|
||||
return;
|
||||
}
|
||||
this.name = getFusedSpeciesName(this.species.getName(this.species), this.fusionSpecies.getName(Species));
|
||||
this.name = getFusedSpeciesName(this.species, this.fusionSpecies);
|
||||
if (this.battleInfo) {
|
||||
this.updateInfo(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user