From 5fd789ca88cc2d1b07c3406a971715272ac1019b Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Mon, 6 Sep 2021 22:48:49 -0500 Subject: [PATCH] removed crypto cost multiplier --- src/model/resource/CryptoCurrency.ts | 1 - 1 file changed, 1 deletion(-) 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; }