mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Revert "Update test/moves/revival-blessing.test.ts"
This reverts commit b8a8ae5317
.
This commit is contained in:
parent
b8a8ae5317
commit
df20f5f8da
@ -127,6 +127,7 @@ describe("Moves - Revival Blessing", () => {
|
|||||||
const enemyFainting = game.scene.getEnemyField()[0];
|
const enemyFainting = game.scene.getEnemyField()[0];
|
||||||
|
|
||||||
game.move.use(MoveId.JUDGMENT, 0, BattlerIndex.ENEMY);
|
game.move.use(MoveId.JUDGMENT, 0, BattlerIndex.ENEMY);
|
||||||
|
game.move.select(MoveId.SPLASH, 1);
|
||||||
|
|
||||||
await game.toNextTurn();
|
await game.toNextTurn();
|
||||||
// If there are incorrectly two switch phases into this slot, the fainted pokemon will end up in slot 3
|
// If there are incorrectly two switch phases into this slot, the fainted pokemon will end up in slot 3
|
||||||
|
Loading…
Reference in New Issue
Block a user