fix bn5 not giving formulas.exe

This commit is contained in:
Olivier Gagnon 2021-11-12 15:48:30 -05:00
parent 6bd6b3061e
commit 25eda90781
3 changed files with 3 additions and 3 deletions

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);
}