diff --git a/src/Prestige.ts b/src/Prestige.ts index 6000ac3ec..971ad08c7 100755 --- a/src/Prestige.ts +++ b/src/Prestige.ts @@ -115,6 +115,11 @@ export function prestigeAugmentation(): void { } } + // BitNode 3: Corporatocracy + if (Player.bitNodeN === 3) { + homeComp.messages.push(LiteratureNames.CorporationManagementHandbook); + } + // Cancel Bladeburner action if (Player.bladeburner instanceof Bladeburner) { Player.bladeburner.prestige();