mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-05 11:17:10 -04:00
wip
This commit is contained in:
parent
70182b0129
commit
ca1c75a5a1
28 changed files with 992 additions and 1073 deletions
|
@ -856,8 +856,7 @@ export const rawUpgrades = [
|
|||
name: t("upgrades.extra_levels.name"),
|
||||
help: (lvl: number) =>
|
||||
t("upgrades.extra_levels.tooltip", { count: lvl + 7 }),
|
||||
fullHelp: (lvl: number) =>
|
||||
t("upgrades.extra_levels.verbose_description", { lvl }),
|
||||
fullHelp: (lvl: number) => t("upgrades.extra_levels.verbose_description"),
|
||||
},
|
||||
{
|
||||
category: categories.combo_boost,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue