mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 04:05:46 +01:00
keep factions now just give an invite.
This commit is contained in:
parent
59d5fa9ef5
commit
d257cb84ad
24
dist/vendor.bundle.js
vendored
24
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -13,12 +13,6 @@
|
||||
<meta name="msapplication-TileColor" content="#000000"/>
|
||||
<meta name="msapplication-config" content="dist/browserconfig.xml"/>
|
||||
<meta name="theme-color" content="#ffffff"/>
|
||||
<script>
|
||||
// Give a warning if you go back in browser history.
|
||||
window.onbeforeunload = function () {
|
||||
return "Your work will be lost.";
|
||||
};
|
||||
</script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -96,8 +96,7 @@ export function prestigeAugmentation(): void {
|
||||
// Re-initialize things - This will update any changes
|
||||
initFactions(); // Factions must be initialized before augmentations
|
||||
|
||||
Player.factions = Player.factions.concat(maintainMembership);
|
||||
Player.factions.map((f) => (Factions[f].isMember = true));
|
||||
Player.factionInvitations = Player.factionInvitations.concat(maintainMembership);
|
||||
initAugmentations(); // Calls reapplyAllAugmentations() and resets Player multipliers
|
||||
Player.reapplyAllSourceFiles();
|
||||
initCompanies();
|
||||
|
Loading…
Reference in New Issue
Block a user