mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-23 21:46:15 -04:00
Build 29071489
This commit is contained in:
parent
16880533dd
commit
9ae649743c
25 changed files with 367 additions and 10873 deletions
|
@ -820,7 +820,7 @@ async function openUnlocksList() {
|
|||
.map(({ name, id, threshold, icon, help }) => ({
|
||||
text: name,
|
||||
disabled: ts < threshold,
|
||||
value: { perks: { [id]: 1 } } as RunParams,
|
||||
value: { perks: { [id]: 1 }, level: "icon:" + id } as RunParams,
|
||||
icon,
|
||||
[hintField]:
|
||||
ts < threshold
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue