fix: dev menu achievement name & visibility

This commit is contained in:
Dexalt142 2022-01-14 00:22:43 +07:00
parent ea2f2bd92b
commit 8b9e89ea59
2 changed files with 2 additions and 1 deletions

@ -479,7 +479,7 @@
},
"DEVMENU": {
"ID": "DEVMENU",
"Name": "Exploit: edit",
"Name": "Exploit: you're not meant to access this",
"Description": "Open the dev menu."
}
}

@ -724,6 +724,7 @@ export const achievements: IMap<Achievement> = {
DEVMENU: {
...achievementData["DEVMENU"],
Icon: "SF-1",
Secret: true,
Condition: () => Player.exploits.includes(Exploit.YoureNotMeantToAccessThis),
},
};