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