removed crypto cost multiplier

This commit is contained in:
Rudis Muiznieks 2021-09-06 22:48:49 -05:00
parent 079ff29f97
commit 5fd789ca88
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ class CryptoCurrency extends Purchasable {
true
);
this.cost.money = config.cfgInitialCost.cryptoCurrency;
this._costMultiplier.money = config.cfgCostMultiplier.cryptoCurrency;
this.valueInWholeNumbers = false;
}