GO: Various changes before 2.6.0 (#1120)

This commit is contained in:
Snarling
2024-02-26 08:05:10 -05:00
committed by GitHub
parent f6871f0911
commit 373ced2efe
62 changed files with 1626 additions and 2135 deletions

View File

@@ -24,6 +24,7 @@ import { InvitationsSeen } from "./Faction/ui/FactionsRoot";
import { CONSTANTS } from "./Constants";
import { LogBoxClearEvents } from "./ui/React/LogBoxManager";
import { initCircadianModulator } from "./Augmentation/Augmentations";
import { Go } from "./Go/Go";
const BitNode8StartingMoney = 250e6;
function delayedDialog(message: string) {
@@ -46,6 +47,7 @@ export function prestigeAugmentation(): void {
}
Player.prestigeAugmentation();
Go.prestigeAugmentation();
// Delete all Worker Scripts objects
prestigeWorkerScripts();
@@ -178,6 +180,8 @@ export function prestigeSourceFile(isFlume: boolean): void {
initBitNodeMultipliers();
Player.prestigeSourceFile();
Go.prestigeSourceFile();
prestigeWorkerScripts(); // Delete all Worker Scripts objects
const homeComp = Player.getHomeComputer();