Build 29080170

This commit is contained in:
Renan LE CARO 2025-04-16 15:30:42 +02:00
parent 21fa5f105e
commit 530e94f704
9 changed files with 41 additions and 31 deletions

View file

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