From ee6794933c24a791d74c8a1d9a9ecf5bd4582c90 Mon Sep 17 00:00:00 2001 From: TheMas3212 Date: Sun, 9 Jan 2022 15:01:08 +1100 Subject: [PATCH] Add check to readd Corporation Management Handbook after augment install/soft reset if player is in BitNode3 --- src/Prestige.ts | 5 +++++ 1 file changed, 5 insertions(+) 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();