mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-06 08:07:42 +00:00
Fix not updating name after regenerating starter for spliced endless
This commit is contained in:
parent
b1b6a6f1c7
commit
374779fdc0
@ -701,6 +701,8 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
else
|
||||
this.fusionGender = Gender.FEMALE;
|
||||
}
|
||||
|
||||
this.generateName();
|
||||
}
|
||||
|
||||
generateAndPopulateMoveset(): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user