mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
NETSCRIPT: Add ns.stock.getConstants (#692)
This commit is contained in:
@@ -118,6 +118,7 @@ const hacknet = {
|
||||
|
||||
// Stock API
|
||||
const stock = {
|
||||
getConstants: 0,
|
||||
hasWSEAccount: 0.05,
|
||||
hasTIXAPIAccess: 0.05,
|
||||
has4SData: 0.05,
|
||||
@@ -348,7 +349,7 @@ const grafting = {
|
||||
|
||||
const corporation = {
|
||||
hasCorporation: 0, // This one is free
|
||||
getConstants: RamCostConstants.Corporation,
|
||||
getConstants: 0,
|
||||
getIndustryData: RamCostConstants.Corporation,
|
||||
getMaterialData: RamCostConstants.Corporation,
|
||||
issueNewShares: RamCostConstants.Corporation,
|
||||
|
||||
Reference in New Issue
Block a user