mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
Build 29088680
This commit is contained in:
parent
2c8a710aab
commit
3d3e7805d6
17 changed files with 232 additions and 66 deletions
|
@ -896,4 +896,14 @@ export const rawUpgrades = [
|
|||
help: () => t("upgrades.wrap_right.tooltip"),
|
||||
fullHelp: t("upgrades.wrap_right.verbose_description"),
|
||||
},
|
||||
{
|
||||
requires: "multiball",
|
||||
threshold: 245000,
|
||||
gift: false,
|
||||
id: "happy_family",
|
||||
max: 1,
|
||||
name: t("upgrades.happy_family.name"),
|
||||
help: () => t("upgrades.happy_family.tooltip"),
|
||||
fullHelp: t("upgrades.happy_family.verbose_description"),
|
||||
},
|
||||
] as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue