API: Reduce RAM cost of inGang and inBladeburner APIs (#2582)

This commit is contained in:
catloversg
2026-03-20 10:15:41 +07:00
committed by GitHub
parent 9de9fbaf27
commit 73b7921ef0
5 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -272,7 +272,7 @@ const format = {
// Gang API
const gang = {
createGang: RamCostConstants.GangApiBase / 4,
inGang: RamCostConstants.GangApiBase / 4,
inGang: 0,
getMemberNames: RamCostConstants.GangApiBase / 4,
renameMember: 0,
getGangInformation: RamCostConstants.GangApiBase / 2,
@@ -334,7 +334,7 @@ const go = {
// Bladeburner API
const bladeburner = {
inBladeburner: RamCostConstants.BladeburnerApiBase / 4,
inBladeburner: 0,
getContractNames: 0,
getOperationNames: 0,
getBlackOpNames: 0,