Skip to content

Commit

Permalink
Reduce Fulcrum Rep Requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jeek authored May 26, 2022
1 parent e14a61e commit 2defd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PersonObjects/Player/PlayerObjectGeneralMethods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ export function checkForFactionInvitations(this: IPlayer): Faction[] {
!fulcrumsecrettechonologiesFac.isMember &&
!fulcrumsecrettechonologiesFac.alreadyInvited &&
fulcrumSecretServer.backdoorInstalled &&
checkMegacorpRequirements(LocationName.AevumFulcrumTechnologies, 250e3)
checkMegacorpRequirements(LocationName.AevumFulcrumTechnologies, 200e3)
) {
invitedFactions.push(fulcrumsecrettechonologiesFac);
}
Expand Down

0 comments on commit 2defd18

Please sign in to comment.