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
4b29be1221
commit
a5e7239d0e
@ -43,7 +43,7 @@ describe("Move - Court Change", () => {
|
|||||||
game.move.use(MoveId.GRASS_PLEDGE, 1);
|
game.move.use(MoveId.GRASS_PLEDGE, 1);
|
||||||
await game.toEndOfTurn();
|
await game.toEndOfTurn();
|
||||||
|
|
||||||
//enemy team will be in the swamp and slowed
|
// enemy team will be in the swamp and slowed
|
||||||
expect(enemyPokemon.getEffectiveStat(Stat.SPD)).toBe(enemyPokemon.getStat(Stat.SPD) >> 2);
|
expect(enemyPokemon.getEffectiveStat(Stat.SPD)).toBe(enemyPokemon.getStat(Stat.SPD) >> 2);
|
||||||
|
|
||||||
game.move.use(MoveId.COURT_CHANGE, 0);
|
game.move.use(MoveId.COURT_CHANGE, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user