mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 00:06:18 +00:00
[Bug] Fix candy count when not skipping to summary (#4342)
This commit is contained in:
parent
63fba0dcae
commit
2610a64980
@ -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