mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 23:02:19 +02:00
Remove extra change in safeguard test
This commit is contained in:
parent
ad51530f78
commit
b4ef315e5e
@ -120,7 +120,6 @@ describe("Moves - Safeguard", () => {
|
||||
const enemyPokemon = game.scene.getEnemyPokemon()!;
|
||||
|
||||
game.move.select(Moves.SPLASH);
|
||||
enemyPokemon.damageAndUpdate(1);
|
||||
await game.setTurnOrder([BattlerIndex.ENEMY, BattlerIndex.PLAYER]);
|
||||
await game.toNextTurn();
|
||||
enemyPokemon.damageAndUpdate(1);
|
||||
|
Loading…
Reference in New Issue
Block a user