This commit is contained in:
Olivier Gagnon 2021-09-16 18:09:25 -04:00
parent 206edd8df5
commit 3f447b7fa1
3 changed files with 23 additions and 28 deletions

File diff suppressed because one or more lines are too long

43
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

@ -357,10 +357,6 @@ function prestigeSourceFile(flume) {
updateHashManagerCapacity(Player);
}
// Refresh Main Menu (the 'World' menu, specifically)
document.getElementById("world-menu-header").click();
document.getElementById("world-menu-header").click();
// Gain int exp
if (SourceFileFlags[5] !== 0 && !flume) Player.gainIntelligenceExp(300);