[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