Fixed comment

This commit is contained in:
Bertie690 2025-05-20 23:22:57 -04:00
parent 69fbe2026e
commit 0d4086d7c2

View File

@ -98,6 +98,8 @@ describe("Moves - Ability Ignores", () => {
expect(game.scene.arena.ignoringEffectSource).toBe(solgaleo.getBattlerIndex());
await game.phaseInterceptor.to("BerryPhase");
// Both the initial and redirected instruct use ignored sturdy
const [enemy1, enemy2] = game.scene.getEnemyField();
expect(enemy1.isFainted()).toBe(true);
expect(enemy2.isFainted()).toBe(true);