mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
add size property to getProduct (#893)
This commit is contained in:
@@ -287,6 +287,7 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
|
||||
developmentProgress: product.developmentProgress,
|
||||
advertisingInvestment: product.advertisingInvestment,
|
||||
designInvestment: product.designInvestment,
|
||||
size: product.size,
|
||||
};
|
||||
},
|
||||
purchaseWarehouse: (ctx) => (_divisionName, _cityName) => {
|
||||
|
||||
Reference in New Issue
Block a user