mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
removed comments
This commit is contained in:
parent
8c5ee7d2d0
commit
f2db4a8ade
@ -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 ]);
|
||||
|
Loading…
Reference in New Issue
Block a user