Build 29106110

This commit is contained in:
Renan LE CARO 2025-05-04 15:50:24 +02:00
parent 4df70f6591
commit ea13142f1d
22 changed files with 3086 additions and 4112 deletions

View file

@ -171,7 +171,7 @@ export async function openUpgradesPicker(gameState: GameState) {
? upgradeLevelAndMaxDisplay(u, gameState)
: ""),
icon: icons["icon:" + u.id],
help: u.help(gameState.perks[u.id] || 1),
help: u.help(gameState.perks[u.id] || 1),
tooltip: unlockHint + u.fullHelp(gameState.perks[u.id] || 1),
className,
actionLabel: gameState.perks[u.id] ? "upgrade" : "pick",