mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Fix linting
Oops missed this one
This commit is contained in:
parent
3653e68ea3
commit
fee44b03f9
@ -24,7 +24,7 @@ describe("Moves - Diamond Storm", () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
game = new GameManager(phaserGame);
|
game = new GameManager(phaserGame);
|
||||||
game.override
|
game.override
|
||||||
.moveset([Moves.DIAMOND_STORM])
|
.moveset([ Moves.DIAMOND_STORM ])
|
||||||
.battleType("single")
|
.battleType("single")
|
||||||
.enemySpecies(Species.MAGIKARP)
|
.enemySpecies(Species.MAGIKARP)
|
||||||
.enemyAbility(Abilities.BALL_FETCH)
|
.enemyAbility(Abilities.BALL_FETCH)
|
||||||
|
Loading…
Reference in New Issue
Block a user