Add Formulas.exe on start of bitnode 5

fixes #2675
This commit is contained in:
TheMas3212 2022-01-17 17:30:50 +11:00
parent 8b69fd7faa
commit 0ba4f07a34
No known key found for this signature in database
GPG Key ID: 62A173A4FDA683CA

@ -242,7 +242,7 @@ export function prestigeSourceFile(flume: boolean): void {
// Messages
initMessages();
if (Player.sourceFileLvl(5) > 0) {
if (Player.sourceFileLvl(5) > 0 || Player.bitNodeN === 5) {
homeComp.programs.push(Programs.Formulas.name);
}