Merge pull request #3768 from jeek/dev

Reduce Fulcrum Rep Requirement
This commit is contained in:
hydroflame
2022-05-26 02:14:25 -04:00
committed by GitHub

View File

@ -2287,7 +2287,7 @@ export function checkForFactionInvitations(this: IPlayer): Faction[] {
!fulcrumsecrettechonologiesFac.isMember &&
!fulcrumsecrettechonologiesFac.alreadyInvited &&
fulcrumSecretServer.backdoorInstalled &&
checkMegacorpRequirements(LocationName.AevumFulcrumTechnologies, 250e3)
checkMegacorpRequirements(LocationName.AevumFulcrumTechnologies)
) {
invitedFactions.push(fulcrumsecrettechonologiesFac);
}