Fix illusion test battle type invocation
This commit is contained in:
parent
3459b77c84
commit
17f880d288
|
@ -24,7 +24,7 @@ describe("Abilities - Illusion", () => {
|
|||
|
||||
beforeEach(() => {
|
||||
game = new GameManager(phaserGame);
|
||||
game.override.battleType("single");
|
||||
game.override.battleStyle("single");
|
||||
game.override.enemySpecies(Species.ZORUA);
|
||||
game.override.enemyAbility(Abilities.ILLUSION);
|
||||
game.override.enemyMoveset(Moves.TACKLE);
|
||||
|
|
Loading…
Reference in New Issue