mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-01 20:13:51 +01:00
Merge pull request #1803 from theit8514/fix-faction-invites
Keep faction invites if not accepted on reset
This commit is contained in:
commit
ef5d92455b
@ -36,7 +36,7 @@ const BitNode8StartingMoney = 250e6;
|
|||||||
export function prestigeAugmentation(): void {
|
export function prestigeAugmentation(): void {
|
||||||
initBitNodeMultipliers(Player);
|
initBitNodeMultipliers(Player);
|
||||||
|
|
||||||
const maintainMembership = Player.factions.filter(function (faction) {
|
const maintainMembership = Player.factions.concat(Player.factionInvitations).filter(function (faction) {
|
||||||
return Factions[faction].getInfo().keep;
|
return Factions[faction].getInfo().keep;
|
||||||
});
|
});
|
||||||
Player.prestigeAugmentation();
|
Player.prestigeAugmentation();
|
||||||
|
Loading…
Reference in New Issue
Block a user