Merge pull request #1278 from danielyxie/hotfix

hotfix
This commit is contained in:
hydroflame 2021-09-16 18:10:07 -04:00 committed by GitHub
commit bd26e2f9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);