mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 04:26:14 -04:00
Build 29046822
This commit is contained in:
parent
c48b379098
commit
4710eaa152
8 changed files with 31 additions and 25 deletions
|
@ -572,7 +572,8 @@ export const rawUpgrades = [
|
|||
id: "passive_income",
|
||||
max: 4,
|
||||
name: t("upgrades.passive_income.name"),
|
||||
help: (lvl: number) => t("upgrades.passive_income.help",{time:lvl/2,lvl}),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.passive_income.help", { time: lvl / 2, lvl }),
|
||||
fullHelp: t("upgrades.passive_income.fullHelp"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue