mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 18:54:47 -04:00
Build 29080170
This commit is contained in:
parent
21fa5f105e
commit
530e94f704
9 changed files with 41 additions and 31 deletions
|
@ -33,7 +33,7 @@ export function monitorLevelsUnlocks(gameState: GameState) {
|
|||
if (unlocked.has(name)) return;
|
||||
// Score not reached yet
|
||||
if (gameState.score < minScore) return;
|
||||
if (! minScore) return;
|
||||
if (!minScore) return;
|
||||
|
||||
if (gameState.score < minScore) return;
|
||||
// We are missing a required perk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue