This commit is contained in:
Renan LE CARO 2025-04-07 14:08:48 +02:00
parent 9624c5b351
commit e78021ff83
24 changed files with 840 additions and 437 deletions

View file

@ -662,5 +662,5 @@ export const rawUpgrades = [
name: t("upgrades.limitless.name"),
help: (lvl: number) => t("upgrades.limitless.help", { lvl }),
fullHelp: t("upgrades.limitless.fullHelp"),
}
},
] as const;