Keep faction invites if not accepted on reset

This commit is contained in:
theit8514 2021-11-30 03:02:04 -05:00
parent 3a6d51134a
commit 788f1a1d37

@ -36,7 +36,7 @@ const BitNode8StartingMoney = 250e6;
export function prestigeAugmentation(): void {
initBitNodeMultipliers(Player);
const maintainMembership = Player.factions.filter(function (faction) {
const maintainMembership = Player.factions.concat(Player.factionInvitations).filter(function (faction) {
return Factions[faction].getInfo().keep;
});
Player.prestigeAugmentation();