mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 20:27:18 +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