mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
prestige stuff with sg
This commit is contained in:
@@ -27,6 +27,7 @@ import { Terminal } from "./Terminal";
|
||||
import { dialogBoxCreate } from "./ui/React/DialogBox";
|
||||
|
||||
import Decimal from "decimal.js";
|
||||
import { staneksGift } from "./CotMG/Helper";
|
||||
|
||||
const BitNode8StartingMoney = 250e6;
|
||||
|
||||
@@ -143,6 +144,8 @@ function prestigeAugmentation(): void {
|
||||
joinFaction(Factions["Church of the Machine God"]);
|
||||
}
|
||||
|
||||
staneksGift.prestigeAugmentation();
|
||||
|
||||
resetPidCounter();
|
||||
}
|
||||
|
||||
@@ -270,6 +273,8 @@ function prestigeSourceFile(flume: boolean): void {
|
||||
updateHashManagerCapacity(Player);
|
||||
}
|
||||
|
||||
staneksGift.prestigeSourceFile();
|
||||
|
||||
// Gain int exp
|
||||
if (SourceFileFlags[5] !== 0 && !flume) Player.gainIntelligenceExp(300);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user