mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Red border dashes
This commit is contained in:
parent
83d335b05e
commit
80dd1f0758
11 changed files with 1011 additions and 931 deletions
|
@ -573,7 +573,7 @@ export const rawUpgrades = [
|
|||
max: 4,
|
||||
name: t("upgrades.passive_income.name"),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.passive_income.help", { time: lvl / 2, lvl }),
|
||||
t("upgrades.passive_income.help", { time: lvl * 0.25, lvl }),
|
||||
fullHelp: t("upgrades.passive_income.fullHelp"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue