Merge pull request #2676 from TheMas3212/fix-2675

Add Formulas.exe on start of bitnode 5
This commit is contained in:
hydroflame 2022-01-17 15:51:27 -05:00 committed by GitHub
commit cd372c7a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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