Farming points with respawn should be fixed, the sapper-generated bombs no longer count as a broken brick

This commit is contained in:
Renan LE CARO 2025-03-07 12:17:56 +01:00
parent 6850d3b652
commit 2d2d4fd963
2 changed files with 2 additions and 9 deletions

View file

@ -538,6 +538,8 @@ function pickRandomUpgrades(count: number) {
type RunOverrides = { level?: PerkId; perk?: string };
let nextRunOverrides = {} as RunOverrides;
let pauseUsesDuringRun = 0;
function restart() {