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
commit 394b2fca5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}