mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Add investment info to API representation of product (#661)
This commit is contained in:
@@ -340,6 +340,8 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
|
||||
productionAmount: cityData.productionAmount,
|
||||
actualSellAmount: cityData.actualSellAmount,
|
||||
developmentProgress: product.developmentProgress,
|
||||
advertisingInvestment: product.advertisingInvestment,
|
||||
designInvestment: product.designInvestment,
|
||||
};
|
||||
},
|
||||
purchaseWarehouse: (ctx) => (_divisionName, _cityName) => {
|
||||
|
||||
Reference in New Issue
Block a user