mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-01 12:19:29 +02:00
[bug] no more double candy from eggs when not skipping to summary
This commit is contained in:
parent
63fba0dcae
commit
c64c3e39df
@ -40,7 +40,7 @@ export class EggLapsePhase extends Phase {
|
||||
this.showSummary();
|
||||
}, () => {
|
||||
this.hatchEggsRegular(eggsToHatch);
|
||||
this.showSummary();
|
||||
this.end();
|
||||
}
|
||||
);
|
||||
}, 100, true);
|
||||
|
Loading…
Reference in New Issue
Block a user