Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:danielyxie/bitburner into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Gagnon committed May 26, 2022
2 parents f2721fe + 394b2fc commit f70297c
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)
) {
invitedFactions.push(fulcrumsecrettechonologiesFac);
}
Expand Down

0 comments on commit f70297c

Please sign in to comment.