mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-28 07:56:15 -04:00
wip
This commit is contained in:
parent
181e156f60
commit
0ec9cdf798
17 changed files with 2089 additions and 2227 deletions
|
@ -297,11 +297,8 @@ export async function openUpgradesPicker(gameState: GameState) {
|
|||
icon: string;
|
||||
value: PerkId | "reroll";
|
||||
help: string;
|
||||
className:string;
|
||||
}> = pickRandomUpgrades(
|
||||
gameState,
|
||||
3 + gameState.perks.one_more_choice ,
|
||||
);
|
||||
className: string;
|
||||
}> = pickRandomUpgrades(gameState, 3 + gameState.perks.one_more_choice);
|
||||
if (!actions.length) break;
|
||||
|
||||
if (gameState.rerolls)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue