mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Update src/test/abilities/mycelium_might.test.ts
Co-authored-by: innerthunder <168692175+innerthunder@users.noreply.github.com>
This commit is contained in:
parent
133b5863bb
commit
f74a74d2d9
@ -73,7 +73,7 @@ describe("Abilities - Mycelium Might", () => {
|
|||||||
|
|
||||||
game.move.select(Moves.BABY_DOLL_EYES);
|
game.move.select(Moves.BABY_DOLL_EYES);
|
||||||
|
|
||||||
await game.phaseInterceptor.run(EnemyCommandPhase);
|
await game.phaseInterceptor.to(TurnStartPhase, false);
|
||||||
const phase = game.scene.getCurrentPhase() as TurnStartPhase;
|
const phase = game.scene.getCurrentPhase() as TurnStartPhase;
|
||||||
const speedOrder = phase.getSpeedOrder();
|
const speedOrder = phase.getSpeedOrder();
|
||||||
const commandOrder = phase.getCommandOrder();
|
const commandOrder = phase.getCommandOrder();
|
||||||
|
Loading…
Reference in New Issue
Block a user