[bug] no more double candy from eggs when not skipping to summary

This commit is contained in:
MokaStitcher 2024-09-20 15:48:58 +02:00
parent 63fba0dcae
commit c64c3e39df

View File

@ -40,7 +40,7 @@ export class EggLapsePhase extends Phase {
this.showSummary();
}, () => {
this.hatchEggsRegular(eggsToHatch);
this.showSummary();
this.end();
}
);
}, 100, true);