mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-04 13:49:32 +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.showSummary();
|
||||||
}, () => {
|
}, () => {
|
||||||
this.hatchEggsRegular(eggsToHatch);
|
this.hatchEggsRegular(eggsToHatch);
|
||||||
this.showSummary();
|
this.end();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}, 100, true);
|
}, 100, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user