mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Revert "Move router.clearHistory() to prestigeAugmentation"
This reverts commit b169406f8c.
This commit is contained in:
@@ -2582,6 +2582,7 @@ function installAugmentations(): boolean {
|
|||||||
augmentationList += aug.name + level + "<br>";
|
augmentationList += aug.name + level + "<br>";
|
||||||
}
|
}
|
||||||
Player.queuedAugmentations = [];
|
Player.queuedAugmentations = [];
|
||||||
|
Router.clearHistory();
|
||||||
|
|
||||||
dialogBoxCreate(
|
dialogBoxCreate(
|
||||||
"You slowly drift to sleep as scientists put you under in order " +
|
"You slowly drift to sleep as scientists put you under in order " +
|
||||||
|
|||||||
@@ -161,8 +161,6 @@ export function prestigeAugmentation(): void {
|
|||||||
resetPidCounter();
|
resetPidCounter();
|
||||||
ProgramsSeen.splice(0, ProgramsSeen.length);
|
ProgramsSeen.splice(0, ProgramsSeen.length);
|
||||||
InvitationsSeen.splice(0, InvitationsSeen.length);
|
InvitationsSeen.splice(0, InvitationsSeen.length);
|
||||||
|
|
||||||
Router.clearHistory();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prestige by destroying Bit Node and gaining a Source File
|
// Prestige by destroying Bit Node and gaining a Source File
|
||||||
|
|||||||
Reference in New Issue
Block a user