mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-11 15:57:33 +01:00
remove ram requirements from joining factinos
This commit is contained in:
parent
f7adadd671
commit
d0cb0e3f5b
4
dist/engine.bundle.js
vendored
4
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -2886,8 +2886,7 @@ export function checkForFactionInvitations() {
|
||||
!bitrunnersFac.isBanned &&
|
||||
!bitrunnersFac.isMember &&
|
||||
bitrunnersServer.backdoorInstalled &&
|
||||
!bitrunnersFac.alreadyInvited &&
|
||||
homeComp.maxRam >= 128
|
||||
!bitrunnersFac.alreadyInvited
|
||||
) {
|
||||
invitedFactions.push(bitrunnersFac);
|
||||
}
|
||||
@ -2902,8 +2901,7 @@ export function checkForFactionInvitations() {
|
||||
!theblackhandFac.isBanned &&
|
||||
!theblackhandFac.isMember &&
|
||||
blackhandServer.backdoorInstalled &&
|
||||
!theblackhandFac.alreadyInvited &&
|
||||
homeComp.maxRam >= 64
|
||||
!theblackhandFac.alreadyInvited
|
||||
) {
|
||||
invitedFactions.push(theblackhandFac);
|
||||
}
|
||||
@ -2918,8 +2916,7 @@ export function checkForFactionInvitations() {
|
||||
!nitesecFac.isBanned &&
|
||||
!nitesecFac.isMember &&
|
||||
nitesecServer.backdoorInstalled &&
|
||||
!nitesecFac.alreadyInvited &&
|
||||
homeComp.maxRam >= 32
|
||||
!nitesecFac.alreadyInvited
|
||||
) {
|
||||
invitedFactions.push(nitesecFac);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user