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
4ae0d71c83
commit
1afb805e9d
@ -59,6 +59,7 @@ describe("Move - Court Change", () => {
|
|||||||
it("should swap safeguard to the enemy side ", async () => {
|
it("should swap safeguard to the enemy side ", async () => {
|
||||||
game.override.enemyMoveset(MoveId.TOXIC_THREAD);
|
game.override.enemyMoveset(MoveId.TOXIC_THREAD);
|
||||||
await game.classicMode.startBattle([SpeciesId.NINJASK]);
|
await game.classicMode.startBattle([SpeciesId.NINJASK]);
|
||||||
|
|
||||||
const ninjask = game.field.getPlayerPokemon();
|
const ninjask = game.field.getPlayerPokemon();
|
||||||
|
|
||||||
game.move.use(MoveId.SAFEGUARD);
|
game.move.use(MoveId.SAFEGUARD);
|
||||||
|
Loading…
Reference in New Issue
Block a user