mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
touchup
This commit is contained in:
parent
190003c349
commit
91b8b69ec3
@ -115,7 +115,7 @@ export class EggLapsePhase extends Phase {
|
||||
this.eggHatchData.push(newHatchData);
|
||||
|
||||
}, egg.id, EGG_SEED.toString());
|
||||
return newHatchData;
|
||||
return newHatchData!;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ export class EggSummaryPhase extends Phase {
|
||||
if (i >= this.eggHatchData.length) {
|
||||
console.log("displayed all pokemon");
|
||||
this.scene.ui.setModeForceTransition(Mode.EGG_HATCH_SUMMARY, this.eggHatchData).then(() => {
|
||||
this.scene.fadeOutBgm(null, false);
|
||||
this.scene.fadeOutBgm(undefined, false);
|
||||
this.eggHatchHandler = this.scene.ui.getHandler() as EggHatchSceneHandler;
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user