mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 07:48:37 +02:00
Added functions to create gang
This commit is contained in:
@@ -223,6 +223,8 @@ export const RamCosts: IMap<any> = {
|
||||
|
||||
// Gang API
|
||||
gang : {
|
||||
createGang: () => RamCostConstants.ScriptGangApiBaseRamCost / 4,
|
||||
inGang: () => RamCostConstants.ScriptGangApiBaseRamCost / 4,
|
||||
getMemberNames: () => RamCostConstants.ScriptGangApiBaseRamCost / 4,
|
||||
getGangInformation: () => RamCostConstants.ScriptGangApiBaseRamCost / 2,
|
||||
getOtherGangInformation: () => RamCostConstants.ScriptGangApiBaseRamCost / 2,
|
||||
|
||||
Reference in New Issue
Block a user