fixed another dumb error bc me big dumb bozo

This commit is contained in:
Bertie690 2025-08-01 21:30:35 -04:00
parent c318a0cc59
commit 040eaf8632

View File

@ -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);