mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-25 13:38:37 +00:00
illusion test correction
This commit is contained in:
parent
41ca2cd9ef
commit
889465be65
@ -64,6 +64,8 @@ describe("Abilities - Illusion", () => {
|
|||||||
await game.startBattle([Species.AXEW]);
|
await game.startBattle([Species.AXEW]);
|
||||||
game.doAttack(getMovePosition(game.scene, 0, Moves.WORRY_SEED));
|
game.doAttack(getMovePosition(game.scene, 0, Moves.WORRY_SEED));
|
||||||
|
|
||||||
|
await game.phaseInterceptor.to(TurnEndPhase);
|
||||||
|
|
||||||
const zorua = game.scene.getEnemyPokemon();
|
const zorua = game.scene.getEnemyPokemon();
|
||||||
|
|
||||||
expect(zorua.illusion.active).equals(false);
|
expect(zorua.illusion.active).equals(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user