CORPORATION: move product productionCost into cityData (#887)

This commit is contained in:
Caldwell
2023-10-30 08:10:45 +01:00
committed by GitHub
parent ca12bddaf5
commit 0bdab7bec8
5 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -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,