Build 29088680

This commit is contained in:
Renan LE CARO 2025-04-22 13:20:36 +02:00
parent 2c8a710aab
commit 3d3e7805d6
17 changed files with 232 additions and 66 deletions

View file

@ -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;