mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 13:36:15 -04:00
wip
This commit is contained in:
parent
8099ced71b
commit
a8e9fc6cb6
13 changed files with 2879 additions and 2783 deletions
|
@ -138,7 +138,7 @@ export function newGameState(params: RunParams): GameState {
|
|||
rerolls: 0,
|
||||
creative:
|
||||
sumOfValues(params.perks) > 1 ||
|
||||
(params.level && params.level !== "icon:" + randomGift),
|
||||
(params.level && !params.level.startsWith("icon:")),
|
||||
};
|
||||
resetBalls(gameState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue