From 34878c8d4a7f086717500e638b346ae161e9b4dd Mon Sep 17 00:00:00 2001 From: Lylian BALL <131535108+PyGaVS@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:19:48 +0200 Subject: [PATCH] Update test/abilities/illusion.test.ts Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> --- test/abilities/illusion.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/abilities/illusion.test.ts b/test/abilities/illusion.test.ts index aff8b642f89..f3cdb0a1edf 100644 --- a/test/abilities/illusion.test.ts +++ b/test/abilities/illusion.test.ts @@ -77,7 +77,7 @@ describe("Abilities - Illusion", () => { expect(zorua.battleData.illusion.active).equals(false); }); - it("trick the enemy AI for moves effectiveness using ILLUSION type instead of actual type", async () => { + it("causes enemy AI to consider the illusion's type instead of the actual type when considering move effectiveness", async () => { game.override.enemyMoveset([Moves.FLAMETHROWER, Moves.PSYCHIC, Moves.TACKLE, Moves.TACKLE]); await game.classicMode.startBattle([Species.ZOROARK, Species.AXEW]);