Merge pull request #2395 from TheMas3212/fix-trigger-open-dev-menu-sf

Add check for DevMenu exploit to trigger steam achivement
This commit is contained in:
hydroflame 2022-01-06 11:24:28 -05:00 committed by GitHub
commit 6628138d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -366,6 +366,7 @@ const achievements: Achievement[] = [
{ ID: "REALITYALTERATION", Condition: () => Player.exploits.includes(Exploit.RealityAlteration) },
{ ID: "N00DLES", Condition: () => Player.exploits.includes(Exploit.N00dles) },
{ ID: "EDITSAVEFILE", Condition: () => Player.exploits.includes(Exploit.EditSaveFile) },
{ ID: "DEVMENU", Condition: () => Player.exploits.includes(Exploit.YoureNotMeantToAccessThis) },
{
ID: "UNACHIEVABLE",
// Hey Players! Yes, you're supposed to modify this to get the achievement!