mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-07 16:17:49 +02:00
API: Reduce RAM cost of inGang and inBladeburner APIs (#2582)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user