removed crypto cost multiplier
This commit is contained in:
parent
079ff29f97
commit
5fd789ca88
|
@ -10,7 +10,6 @@ class CryptoCurrency extends Purchasable {
|
|||
true
|
||||
);
|
||||
this.cost.money = config.cfgInitialCost.cryptoCurrency;
|
||||
this._costMultiplier.money = config.cfgCostMultiplier.cryptoCurrency;
|
||||
this.valueInWholeNumbers = false;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue