mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
added logic to rewward and invite to infiltrators on infil completion
This commit is contained in:
@@ -2086,6 +2086,12 @@ export function checkForFactionInvitations(this: IPlayer): Faction[] {
|
||||
return allCompanies.includes(companyName) && getCompanyRep(companyName) > repNeeded;
|
||||
}
|
||||
|
||||
//Infiltrators
|
||||
const InfiltratorsFac = Factions[FactionNames.Infiltrators];
|
||||
if (this.hasCompletedAnInfiltration && !InfiltratorsFac.isMember && !InfiltratorsFac.alreadyInvited) {
|
||||
invitedFactions.push(InfiltratorsFac);
|
||||
}
|
||||
|
||||
//Illuminati
|
||||
const illuminatiFac = Factions[FactionNames.Illuminati];
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user