mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
CORPORATION: move product productionCost into cityData (#887)
This commit is contained in:
@@ -278,7 +278,7 @@ export function NetscriptCorporation(): InternalAPI<NSCorporation> {
|
||||
rating: product.rating,
|
||||
effectiveRating: cityData.effectiveRating,
|
||||
stats: cloneDeep(product.stats),
|
||||
productionCost: product.productionCost,
|
||||
productionCost: cityData.productionCost,
|
||||
desiredSellPrice: cityData.desiredSellPrice,
|
||||
desiredSellAmount: cityData.desiredSellAmount,
|
||||
stored: cityData.stored,
|
||||
|
||||
Reference in New Issue
Block a user