diff --git a/src/test/moves/fairy_lock.test.ts b/src/test/moves/fairy_lock.test.ts index 05bed0b34db..86b16793246 100644 --- a/src/test/moves/fairy_lock.test.ts +++ b/src/test/moves/fairy_lock.test.ts @@ -117,6 +117,7 @@ describe("Moves - Fairy Lock", () => { expect(game.scene.getPlayerField()[0].species.speciesId).not.toBe(Species.KLEFKI); expect(game.scene.getPlayerField()[1].species.speciesId).not.toBe(Species.TYRUNT); }); + it("If a Pokemon faints and is replaced the replacement is also trapped", async () => { game.override.moveset([ Moves.FAIRY_LOCK, Moves.SPLASH, Moves.MEMENTO ]); await game.classicMode.startBattle([ Species.KLEFKI, Species.GUZZLORD, Species.TYRUNT, Species.ZYGARDE ]);