mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
interaction with resetSummonData
This commit is contained in:
parent
ccaa35fb3f
commit
1c1c6b4d1e
@ -2634,6 +2634,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
}
|
||||
|
||||
resetSummonData(): void {
|
||||
this.calculateStats();
|
||||
if (this.summonData?.speciesForm) {
|
||||
this.summonData.speciesForm = null;
|
||||
this.updateFusionPalette();
|
||||
|
Loading…
Reference in New Issue
Block a user