mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-08 00:27:47 +02:00
API: Make condition of donateToFaction consistent (#1686)
This commit is contained in:
@@ -697,6 +697,9 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
|
||||
rumorText: <>The {CompanyName.NSA} would like to have a word with you once you're ready.</>,
|
||||
inviteReqs: [haveSomeSourceFile(6, 7), haveBladeburnerRank(BladeburnerConstants.RankNeededForFaction)],
|
||||
rumorReqs: [haveSomeSourceFile(6, 7), notCondition(inBitNode(8))],
|
||||
offerHackingWork: false,
|
||||
offerFieldWork: false,
|
||||
offerSecurityWork: false,
|
||||
special: true,
|
||||
assignment: (): React.ReactElement => {
|
||||
return (
|
||||
@@ -790,6 +793,9 @@ export const FactionInfos: Record<FactionName, FactionInfo> = {
|
||||
},
|
||||
},
|
||||
],
|
||||
offerHackingWork: false,
|
||||
offerFieldWork: false,
|
||||
offerSecurityWork: false,
|
||||
special: true,
|
||||
keepOnInstall: true,
|
||||
assignment: (): React.ReactElement => {
|
||||
|
||||
Reference in New Issue
Block a user