mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
fix: dev menu achievement name & visibility
This commit is contained in:
parent
ea2f2bd92b
commit
8b9e89ea59
@ -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),
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user