API: Add ns.bladeburner.getNextBlackOp() (#815)

This commit is contained in:
missymae#2783
2023-10-17 00:18:54 -06:00
committed by GitHub
parent 7e94a8653e
commit 1007ce5e68
6 changed files with 70 additions and 1 deletions
+1
View File
@@ -243,6 +243,7 @@ const bladeburner = {
getContractNames: RamCostConstants.BladeburnerApiBase / 10,
getOperationNames: RamCostConstants.BladeburnerApiBase / 10,
getBlackOpNames: RamCostConstants.BladeburnerApiBase / 10,
getNextBlackOp: RamCostConstants.BladeburnerApiBase / 2,
getBlackOpRank: RamCostConstants.BladeburnerApiBase / 2,
getGeneralActionNames: RamCostConstants.BladeburnerApiBase / 10,
getSkillNames: RamCostConstants.BladeburnerApiBase / 10,