mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 10:16:14 +00:00
Fix daily mode test being unreliable (#3840)
This commit is contained in:
parent
930e3289f2
commit
5b400af5b7
@ -28,7 +28,7 @@ export class DailyModeHelper extends GameManagerHelper {
|
|||||||
uihandler.processInput(Button.ACTION); // select first slot. that's fine
|
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) {
|
if (overrides.OPP_HELD_ITEMS_OVERRIDE.length === 0) {
|
||||||
this.game.removeEnemyHeldItems();
|
this.game.removeEnemyHeldItems();
|
||||||
|
Loading…
Reference in New Issue
Block a user