mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Update test/moves/court-change.test.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
This commit is contained in:
parent
ad1174a705
commit
4ae0d71c83
@ -62,6 +62,7 @@ describe("Move - Court Change", () => {
|
|||||||
const ninjask = game.field.getPlayerPokemon();
|
const ninjask = game.field.getPlayerPokemon();
|
||||||
|
|
||||||
game.move.use(MoveId.SAFEGUARD);
|
game.move.use(MoveId.SAFEGUARD);
|
||||||
|
await game.move.forceEnemyMove(MoveId.TOXIC_THREAD);
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
// Ninjask will not be poisoned because of Safeguard
|
// Ninjask will not be poisoned because of Safeguard
|
||||||
|
Loading…
Reference in New Issue
Block a user