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

@ -75,7 +75,8 @@ export async function openCreativeModePerksPicker() {
})),
t("lab.select_level"),
...allLevels.map((l, li) => {
const problem = reasonLevelIsLocked(li, getHistory());
const problem =
reasonLevelIsLocked(li, getHistory(), true)?.text || "";
return {
icon: icons[l.name],
text: l.name,