Skip to content

Commit

Permalink
Merge beta
Browse files Browse the repository at this point in the history
  • Loading branch information
xsn34kzx committed Aug 27, 2024
2 parents 44da8e2 + 5b400af commit d7db0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/utils/helpers/dailyModeHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class DailyModeHelper extends GameManagerHelper {
uihandler.processInput(Button.ACTION); // select first slot. that's fine
});

await this.game.phaseInterceptor.run(EncounterPhase);
await this.game.phaseInterceptor.to(EncounterPhase);

if (overrides.OPP_HELD_ITEMS_OVERRIDE.length === 0) {
this.game.removeEnemyHeldItems();
Expand Down

0 comments on commit d7db0bb

Please sign in to comment.