From 414cf353218b71a42344bbf7e274f8572342abf1 Mon Sep 17 00:00:00 2001 From: TheMas3212 Date: Thu, 6 Jan 2022 21:26:30 +1100 Subject: [PATCH] Add check for DevMenu exploit to trigger steam achivement --- src/Electron.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Electron.tsx b/src/Electron.tsx index 37aa66d2d..984327399 100644 --- a/src/Electron.tsx +++ b/src/Electron.tsx @@ -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!