mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
Add buyAmount and importAmount to Corporation Material API (#1553)
This commit is contained in:
@@ -223,7 +223,9 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
|
||||
quality: material.quality,
|
||||
demand: corporation.unlocks.has(CorpUnlockName.MarketResearchDemand) ? material.demand : undefined,
|
||||
competition: corporation.unlocks.has(CorpUnlockName.MarketDataCompetition) ? material.competition : undefined,
|
||||
buyAmount: material.buyAmount,
|
||||
productionAmount: material.productionAmount,
|
||||
importAmount: material.importAmount,
|
||||
actualSellAmount: material.actualSellAmount,
|
||||
exports: exports,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user