mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-25 05:32:17 +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, {
|
||||
costFunction: x => this.baseCostAfterCount(x).dividedByEffectOf(TimeStudy(233)),
|
||||
firstCost: this.cost,
|
||||
comulative: true,
|
||||
cumulative: true,
|
||||
}, this.value);
|
||||
if (!bulk) return;
|
||||
this.value += bulk.quantity;
|
||||
|
Loading…
Reference in New Issue
Block a user