diff --git a/src/phases/egg-summary-phase.ts b/src/phases/egg-summary-phase.ts index 190af17c724..1aa432829a1 100644 --- a/src/phases/egg-summary-phase.ts +++ b/src/phases/egg-summary-phase.ts @@ -45,6 +45,7 @@ export class EggSummaryPhase extends Phase { end() { this.eggHatchHandler.clear(); this.scene.ui.setModeForceTransition(Mode.MESSAGE).then(() => {}); + this.scene.time.delayedCall(250, () => this.scene.setModifiersVisible(true)); super.end(); } }