This commit is contained in:
Renan LE CARO 2025-04-23 17:25:37 +02:00
parent 401e9b4548
commit 62a1feb015
32 changed files with 1483 additions and 1435 deletions

View file

@ -93,7 +93,7 @@ export async function openCreativeModePerksPicker() {
...upgrades
.filter((u) => !noCreative.includes(u.id))
.map((u) => ({
icon: icons['icon:'+u.id],
icon: icons["icon:" + u.id],
text: u.name,
help:
(creativeModePerks[u.id] || 0) +