mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
Merge pull request #2610 from Dexalt142/fix-exploit-achievement
fix: dev menu achievement name & visibility
This commit is contained in:
commit
a7d7405e04
@ -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