mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-23 16:52:24 +02:00
Update src/test/moves/power_trick.test.ts
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
4dc12dd46b
commit
9bd0b781e3
@ -51,7 +51,7 @@ describe("Moves - Power Trick", () => {
|
|||||||
expect(player.getTag(BattlerTagType.POWER_TRICK)).toBeDefined();
|
expect(player.getTag(BattlerTagType.POWER_TRICK)).toBeDefined();
|
||||||
}, 20000);
|
}, 20000);
|
||||||
|
|
||||||
it("reset changes when used consecutively", async () => {
|
it("resets initial ATK and DEF stat swap when used consecutively", async () => {
|
||||||
await game.classicMode.startBattle([Species.SHUCKLE]);
|
await game.classicMode.startBattle([Species.SHUCKLE]);
|
||||||
|
|
||||||
const player = game.scene.getPlayerPokemon()!;
|
const player = game.scene.getPlayerPokemon()!;
|
||||||
|
Loading…
Reference in New Issue
Block a user