mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 10:42:25 +02:00
Fixed pastel veil test: does not check ability while mon still in team
This commit is contained in:
parent
526aca5f7d
commit
796886790e
@ -55,8 +55,6 @@ describe("Abilities - Pastel Veil", () => {
|
||||
const magikarp = game.scene.getPlayerField()[0];
|
||||
ponyta.abilityIndex = 1;
|
||||
|
||||
expect(ponyta.hasAbility(Abilities.PASTEL_VEIL)).toBe(true);
|
||||
|
||||
game.move.select(Moves.SPLASH);
|
||||
game.move.select(Moves.TOXIC_THREAD, 1, BattlerIndex.PLAYER);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user