mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Fix daily mode test
This commit is contained in:
parent
d1a0949c43
commit
6fc2a90183
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user