mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
API: Standardize names of Stock APIs (#2173)
This commit is contained in:
@@ -128,10 +128,10 @@ const hacknet = {
|
||||
// Stock API
|
||||
const stock = {
|
||||
getConstants: 0,
|
||||
hasWSEAccount: 0.05,
|
||||
hasTIXAPIAccess: 0.05,
|
||||
hasWseAccount: 0.05,
|
||||
hasTixApiAccess: 0.05,
|
||||
has4SData: 0.05,
|
||||
has4SDataTIXAPI: 0.05,
|
||||
has4SDataTixApi: 0.05,
|
||||
getBonusTime: 0,
|
||||
nextUpdate: RamCostConstants.CycleTiming,
|
||||
getSymbols: RamCostConstants.GetStock,
|
||||
|
||||
Reference in New Issue
Block a user