prestige stuff with sg

This commit is contained in:
Olivier Gagnon
2021-10-16 21:38:03 -04:00
parent a0a698e0af
commit fdf2e72896
2 changed files with 13 additions and 1 deletions
+5
View File
@@ -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);