mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-08 00:19:29 +02:00
fixed another dumb error bc me big dumb bozo
This commit is contained in:
parent
c318a0cc59
commit
040eaf8632
@ -40,7 +40,7 @@ describe("Items - Lock Capsule", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
game.doSelectModifier();
|
game.doSelectModifier();
|
||||||
await game.phaseInterceptor.to("SelectModifierPhase");
|
await game.phaseInterceptor.to("SelectModifierPhase", false);
|
||||||
|
|
||||||
const selectModifierPhase = game.scene.phaseManager.getCurrentPhase() as SelectModifierPhase;
|
const selectModifierPhase = game.scene.phaseManager.getCurrentPhase() as SelectModifierPhase;
|
||||||
const rerollCost = selectModifierPhase.getRerollCost(true);
|
const rerollCost = selectModifierPhase.getRerollCost(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user