mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Fix liquid ooze test
This commit is contained in:
parent
20dc23cded
commit
cc4e2244ed
@ -24,7 +24,7 @@ describe("Abilities - Liquid Ooze", () => {
|
|||||||
game.override
|
game.override
|
||||||
.moveset([Moves.SPLASH, Moves.GIGA_DRAIN])
|
.moveset([Moves.SPLASH, Moves.GIGA_DRAIN])
|
||||||
.ability(Abilities.BALL_FETCH)
|
.ability(Abilities.BALL_FETCH)
|
||||||
.battleType("single")
|
.battleStyle("single")
|
||||||
.disableCrits()
|
.disableCrits()
|
||||||
.enemyLevel(20)
|
.enemyLevel(20)
|
||||||
.enemySpecies(Species.MAGIKARP)
|
.enemySpecies(Species.MAGIKARP)
|
||||||
|
Loading…
Reference in New Issue
Block a user