From 299c00f0a4cd2841bfb4225eeccc66918656a797 Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:16:19 -0400 Subject: [PATCH] Fix LazyReloads --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index 99645a81531..290393302ea 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -1362,7 +1362,7 @@ export class EncounterPhase extends BattlePhase { LoggerTools.logPlayerTeam(this.scene) } LoggerTools.resetWaveActions(this.scene) - if (this.scene.lazyReloads) { + if (this.scene.lazyReloads && this.loaded) { LoggerTools.flagReset(this.scene) }