From c64c3e39dff666f01e97d80e6bbff50b1a918fa7 Mon Sep 17 00:00:00 2001 From: MokaStitcher Date: Fri, 20 Sep 2024 15:48:58 +0200 Subject: [PATCH] =?UTF-8?q?[bug]=20no=20more=20double=20candy=20from=20egg?= =?UTF-8?q?s=20when=20not=C2=A0skipping=20to=20summary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/phases/egg-lapse-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/egg-lapse-phase.ts b/src/phases/egg-lapse-phase.ts index 65426846bb3..c251819f331 100644 --- a/src/phases/egg-lapse-phase.ts +++ b/src/phases/egg-lapse-phase.ts @@ -40,7 +40,7 @@ export class EggLapsePhase extends Phase { this.showSummary(); }, () => { this.hatchEggsRegular(eggsToHatch); - this.showSummary(); + this.end(); } ); }, 100, true);