mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
MISC: Decrease factionInviteCheckInterval and check for Invites on faction page load (#1943)
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user