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
d8ebd27a9b
commit
ad1174a705
@ -44,6 +44,7 @@ describe("Move - Court Change", () => {
|
|||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
|
|
||||||
// enemy team will be in the swamp and slowed
|
// enemy team will be in the swamp and slowed
|
||||||
|
expect(game.scene.arena.getTagOnSide(ArenaTagType.GRASS_WATER_PLEDGE, ArenaTagSide.ENEMY)).toBeDefined();
|
||||||
expect(enemyPokemon.getEffectiveStat(Stat.SPD)).toBe(enemyPokemon.getStat(Stat.SPD) / 4);
|
expect(enemyPokemon.getEffectiveStat(Stat.SPD)).toBe(enemyPokemon.getStat(Stat.SPD) / 4);
|
||||||
|
|
||||||
game.move.use(MoveId.COURT_CHANGE);
|
game.move.use(MoveId.COURT_CHANGE);
|
||||||
|
Loading…
Reference in New Issue
Block a user