mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-07 16:09:27 +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();
|
||||
await game.phaseInterceptor.to("SelectModifierPhase");
|
||||
await game.phaseInterceptor.to("SelectModifierPhase", false);
|
||||
|
||||
const selectModifierPhase = game.scene.phaseManager.getCurrentPhase() as SelectModifierPhase;
|
||||
const rerollCost = selectModifierPhase.getRerollCost(true);
|
||||
|
Loading…
Reference in New Issue
Block a user