mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 01:23:49 +01:00
fix bn5 not giving formulas.exe
This commit is contained in:
parent
6bd6b3061e
commit
25eda90781
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -64,7 +64,7 @@ export function prestigeAugmentation(): void {
|
||||
homeComp.programs.push(Programs.AutoLink.name);
|
||||
}
|
||||
|
||||
if (Player.sourceFileLvl(5) > 0) {
|
||||
if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {
|
||||
homeComp.programs.push(Programs.Formulas.name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user