mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 12:36:15 -04:00
Build 29046079
This commit is contained in:
parent
f3790b3334
commit
41b3e6f00b
11 changed files with 121 additions and 102 deletions
|
@ -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"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue