mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-21 20:46:14 -04:00
Wip : adventure mode
This commit is contained in:
parent
395968bc52
commit
6cf8fabf16
14 changed files with 457 additions and 114 deletions
|
@ -583,6 +583,7 @@ export const rawUpgrades = [
|
|||
giftable: false,
|
||||
id: "clairvoyant",
|
||||
max: 1,
|
||||
// TODO update for adventure mode
|
||||
name: t("upgrades.clairvoyant.name"),
|
||||
help: (lvl: number) => t("upgrades.clairvoyant.help"),
|
||||
fullHelp: t("upgrades.clairvoyant.fullHelp"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue