Merge pull request #2494 from TheMas3212/fix-2285

Add check to readd Corporation Management Handbook after augment install
This commit is contained in:
hydroflame 2022-01-09 12:59:22 -05:00 committed by GitHub
commit df55c9ce59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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