This commit is contained in:
Renan LE CARO 2025-03-24 10:42:48 +01:00
parent c48b379098
commit 4710eaa152
8 changed files with 31 additions and 25 deletions

View file

@ -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"),
},
{