mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-22 04:56:15 -04:00
Farming points with respawn should be fixed, the sapper-generated bombs no longer count as a broken brick
This commit is contained in:
parent
6850d3b652
commit
2d2d4fd963
2 changed files with 2 additions and 9 deletions
|
@ -538,6 +538,8 @@ function pickRandomUpgrades(count: number) {
|
|||
type RunOverrides = { level?: PerkId; perk?: string };
|
||||
|
||||
let nextRunOverrides = {} as RunOverrides;
|
||||
|
||||
|
||||
let pauseUsesDuringRun = 0;
|
||||
|
||||
function restart() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue