From f2db4a8adebf918db8b72f63a47eddd6b1a70672 Mon Sep 17 00:00:00 2001 From: frutescens Date: Thu, 24 Oct 2024 18:41:08 -0700 Subject: [PATCH] removed comments --- src/test/abilities/mimicry.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/abilities/mimicry.test.ts b/src/test/abilities/mimicry.test.ts index d950caa5f48..4e62ddc0b76 100644 --- a/src/test/abilities/mimicry.test.ts +++ b/src/test/abilities/mimicry.test.ts @@ -31,9 +31,6 @@ describe("Abilities - Mimicry", () => { .enemyMoveset(Moves.SPLASH); }); - // List of Tests (Work in Progress) - // Pokemon should return to original root type even when transformed when terrain ends - // The effect of Forest's Curse is removed when Mimicry activates in Grassy Terrain it("Mimicry activates after the Pokémon with Mimicry is switched in while terrain is present, or whenever there is a change in terrain", async () => { game.override.enemyAbility(Abilities.MISTY_SURGE); await game.classicMode.startBattle([ Species.FEEBAS, Species.ABRA ]);