mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-21 01:32:30 +01:00
remove ram requirements from joining factinos
This commit is contained in:
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.isBanned &&
|
||||||
!bitrunnersFac.isMember &&
|
!bitrunnersFac.isMember &&
|
||||||
bitrunnersServer.backdoorInstalled &&
|
bitrunnersServer.backdoorInstalled &&
|
||||||
!bitrunnersFac.alreadyInvited &&
|
!bitrunnersFac.alreadyInvited
|
||||||
homeComp.maxRam >= 128
|
|
||||||
) {
|
) {
|
||||||
invitedFactions.push(bitrunnersFac);
|
invitedFactions.push(bitrunnersFac);
|
||||||
}
|
}
|
||||||
@ -2902,8 +2901,7 @@ export function checkForFactionInvitations() {
|
|||||||
!theblackhandFac.isBanned &&
|
!theblackhandFac.isBanned &&
|
||||||
!theblackhandFac.isMember &&
|
!theblackhandFac.isMember &&
|
||||||
blackhandServer.backdoorInstalled &&
|
blackhandServer.backdoorInstalled &&
|
||||||
!theblackhandFac.alreadyInvited &&
|
!theblackhandFac.alreadyInvited
|
||||||
homeComp.maxRam >= 64
|
|
||||||
) {
|
) {
|
||||||
invitedFactions.push(theblackhandFac);
|
invitedFactions.push(theblackhandFac);
|
||||||
}
|
}
|
||||||
@ -2918,8 +2916,7 @@ export function checkForFactionInvitations() {
|
|||||||
!nitesecFac.isBanned &&
|
!nitesecFac.isBanned &&
|
||||||
!nitesecFac.isMember &&
|
!nitesecFac.isMember &&
|
||||||
nitesecServer.backdoorInstalled &&
|
nitesecServer.backdoorInstalled &&
|
||||||
!nitesecFac.alreadyInvited &&
|
!nitesecFac.alreadyInvited
|
||||||
homeComp.maxRam >= 32
|
|
||||||
) {
|
) {
|
||||||
invitedFactions.push(nitesecFac);
|
invitedFactions.push(nitesecFac);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user