diff --git a/src/ui/egg-gacha-ui-handler.ts b/src/ui/egg-gacha-ui-handler.ts index 707e8f66859..4b115b870b4 100644 --- a/src/ui/egg-gacha-ui-handler.ts +++ b/src/ui/egg-gacha-ui-handler.ts @@ -860,7 +860,7 @@ export default class EggGachaUiHandler extends MessageUiHandler { } this.playTimeTimer = globalScene.time.addEvent({ loop: true, - delay: 1000, + delay: fixedInt(1000), callback: () => { this.legendaryExpiration.setText(this.getLegendaryGachaTimeLeft()); },