mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-17 03:34:51 -04:00
Build 29041687
This commit is contained in:
parent
fd158b9682
commit
775ca54b49
6 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
// The version of the cache.
|
||||
const VERSION = "29041686";
|
||||
const VERSION = "29041687";
|
||||
|
||||
// The name of the cache
|
||||
const CACHE_NAME = `breakout-71-${VERSION}`;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"29041686"
|
||||
"29041687"
|
||||
|
|
|
@ -559,7 +559,7 @@ export const rawUpgrades = [
|
|||
threshold: 135000,
|
||||
giftable: false,
|
||||
id: "reach",
|
||||
max: 3,
|
||||
max: 1,
|
||||
name: t("upgrades.reach.name"),
|
||||
help: (lvl: number) => t("upgrades.reach.help", { lvl }),
|
||||
fullHelp: t("upgrades.reach.fullHelp"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue