mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-20 20:16:16 -04:00
Build 29067205
This commit is contained in:
parent
be49fb9d6e
commit
eb846327e5
18 changed files with 75 additions and 37 deletions
|
@ -285,7 +285,7 @@ export function getLevelUnlockCondition(levelIndex: number) {
|
|||
// Returns "" if level is unlocked, otherwise a string explaining how to unlock it
|
||||
let required: UpgradeLike[] = [],
|
||||
forbidden: UpgradeLike[] = [],
|
||||
minScore = Math.max(-1000 + 100 * levelIndex,0);
|
||||
minScore = Math.max(-1000 + 100 * levelIndex, 0);
|
||||
|
||||
if (levelIndex > 20) {
|
||||
const excluded: Set<PerkId> = new Set([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue