mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 13:42:22 +00:00
fix comulative typo in replicanti.js
This commit is contained in:
parent
ccef212d33
commit
f3b36d8409
@ -363,7 +363,7 @@ const ReplicantiUpgrade = {
|
|||||||
const bulk = bulkBuyBinarySearch(Currency.infinityPoints.value, {
|
const bulk = bulkBuyBinarySearch(Currency.infinityPoints.value, {
|
||||||
costFunction: x => this.baseCostAfterCount(x).dividedByEffectOf(TimeStudy(233)),
|
costFunction: x => this.baseCostAfterCount(x).dividedByEffectOf(TimeStudy(233)),
|
||||||
firstCost: this.cost,
|
firstCost: this.cost,
|
||||||
comulative: true,
|
cumulative: true,
|
||||||
}, this.value);
|
}, this.value);
|
||||||
if (!bulk) return;
|
if (!bulk) return;
|
||||||
this.value += bulk.quantity;
|
this.value += bulk.quantity;
|
||||||
|
Loading…
Reference in New Issue
Block a user