API: Make condition of donateToFaction consistent (#1686)

This commit is contained in:
catloversg
2024-10-08 13:14:09 +07:00
committed by GitHub
parent 3ef3821a08
commit e644c0e91e
4 changed files with 17 additions and 15 deletions
+6
View File
@@ -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 => {