This commit is contained in:
Renan LE CARO 2025-03-23 22:19:28 +01:00
parent f3790b3334
commit 41b3e6f00b
11 changed files with 121 additions and 102 deletions

View file

@ -277,7 +277,7 @@ export const rawUpgrades = [
id: "pierce_color",
max: 4,
name: t("upgrades.pierce_color.name"),
help: (lvl: number) => t("upgrades.pierce_color.help",{lvl}),
help: (lvl: number) => t("upgrades.pierce_color.help", { lvl }),
fullHelp: t("upgrades.pierce_color.fullHelp"),
},
{
@ -594,7 +594,7 @@ export const rawUpgrades = [
id: "side_kick",
max: 3,
name: t("upgrades.side_kick.name"),
help: (lvl: number) => t("upgrades.side_kick.help",{lvl}),
help: (lvl: number) => t("upgrades.side_kick.help", { lvl }),
fullHelp: t("upgrades.side_kick.fullHelp"),
},
{