mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 08:42:19 +02:00
Update test
This commit is contained in:
parent
8153607c9a
commit
5dc343025e
@ -71,7 +71,7 @@ describe("Reload", () => {
|
|||||||
.enemyLevel(1000) // Avoid opponent dying before game.doKillOpponents()
|
.enemyLevel(1000) // Avoid opponent dying before game.doKillOpponents()
|
||||||
.disableTrainerWaves()
|
.disableTrainerWaves()
|
||||||
.moveset([Moves.KOWTOW_CLEAVE])
|
.moveset([Moves.KOWTOW_CLEAVE])
|
||||||
.enemyMoveset(SPLASH_ONLY);
|
.enemyMoveset(Moves.SPLASH);
|
||||||
await game.classicMode.startBattle(); // Apparently daily mode would override the biome
|
await game.classicMode.startBattle(); // Apparently daily mode would override the biome
|
||||||
|
|
||||||
// Transition from Wave 10 to Wave 11 in order to trigger biome switch
|
// Transition from Wave 10 to Wave 11 in order to trigger biome switch
|
||||||
|
Loading…
Reference in New Issue
Block a user