MISC: Decrease factionInviteCheckInterval and check for Invites on faction page load (#1943)

This commit is contained in:
TheAimMan
2025-01-31 14:49:15 -05:00
committed by GitHub
parent 4a452b8aca
commit 16022d36f4
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -160,7 +160,7 @@ const Engine: {
updateActiveScriptsDisplay: 5,
createProgramNotifications: 10,
augmentationsNotifications: 10,
checkFactionInvitations: 100,
checkFactionInvitations: 10,
passiveFactionGrowth: 5,
messages: 150,
mechanicProcess: 5, // Process Bladeburner
@@ -188,7 +188,7 @@ const Engine: {
for (const invitedFaction of invitedFactions) {
inviteToFaction(invitedFaction);
}
Engine.Counters.checkFactionInvitations = 100;
Engine.Counters.checkFactionInvitations = 10;
}
if (Engine.Counters.passiveFactionGrowth <= 0) {