fix BN6 end screen

This commit is contained in:
Olivier Gagnon
2021-09-14 14:10:59 -04:00
parent 2d463b60a0
commit 9adf69afbd
11 changed files with 849 additions and 71 deletions
+2 -5
View File
@@ -54,7 +54,8 @@ function prestigeAugmentation() {
"Omnitek Incorporated",
"Four Sigma",
"KuaiGong International",
"Fulcrum Secret Technologies"];
"Fulcrum Secret Technologies",
];
let maintainMembership = Player.factions.filter(function (faction) {
return megaCorpFactions.includes(faction);
@@ -159,10 +160,6 @@ function prestigeAugmentation() {
initSymbolToStockMap();
}
// Refresh Main Menu (the 'World' menu, specifically)
document.getElementById("world-menu-header").click();
document.getElementById("world-menu-header").click();
// Red Pill
if (augmentationExists(AugmentationNames.TheRedPill) && Augmentations[AugmentationNames.TheRedPill].owned) {
var WorldDaemon = AllServers[SpecialServerIps[SpecialServerNames.WorldDaemon]];