mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
added logic to not include NF in infil, bladburner, cotmg
This commit is contained in:
parent
4232741613
commit
fadc1de2bd
@ -2071,7 +2071,12 @@ export function initNeuroFluxGovernor(): Augmentation {
|
||||
hacknet_node_core_cost_mult: 0.99,
|
||||
hacknet_node_level_cost_mult: 0.99,
|
||||
work_money_mult: 1.01,
|
||||
factions: Object.values(FactionNames),
|
||||
factions: Object.values(FactionNames).filter(
|
||||
(factionName) =>
|
||||
![FactionNames.Infiltrators, FactionNames.Bladeburners, FactionNames.ChurchOfTheMachineGod].includes(
|
||||
factionName,
|
||||
),
|
||||
),
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user