diff --git a/src/model/resource/CryptoCurrency.ts b/src/model/resource/CryptoCurrency.ts index f5f6b4d..cb9be51 100644 --- a/src/model/resource/CryptoCurrency.ts +++ b/src/model/resource/CryptoCurrency.ts @@ -10,7 +10,6 @@ class CryptoCurrency extends Purchasable { true ); this.cost.money = config.cfgInitialCost.cryptoCurrency; - this._costMultiplier.money = config.cfgCostMultiplier.cryptoCurrency; this.valueInWholeNumbers = false; }