Add check to readd Corporation Management Handbook after augment

install/soft reset if player is in BitNode3
This commit is contained in:
TheMas3212 2022-01-09 15:01:08 +11:00
parent 0de588ee17
commit ee6794933c
No known key found for this signature in database
GPG Key ID: 62A173A4FDA683CA

@ -115,6 +115,11 @@ export function prestigeAugmentation(): void {
} }
} }
// BitNode 3: Corporatocracy
if (Player.bitNodeN === 3) {
homeComp.messages.push(LiteratureNames.CorporationManagementHandbook);
}
// Cancel Bladeburner action // Cancel Bladeburner action
if (Player.bladeburner instanceof Bladeburner) { if (Player.bladeburner instanceof Bladeburner) {
Player.bladeburner.prestige(); Player.bladeburner.prestige();