mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-31 15:41:37 +00:00
why is heatedCuttersElfTraining causing so many errors
This commit is contained in:
parent
d046f338d1
commit
dade814450
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
if (Decimal.gte(v, 200)) v = Decimal.pow(v, 2).div(200);
|
||||
if (Decimal.gte(v, 2e6)) v = Decimal.pow(v, 2).div(2e6);
|
||||
v = Decimal.pow(0.95, paper.books.heatedCuttersBook.amount.value).times(v);
|
||||
if (management.elfTraining.heatedCuttersElfTraining.milestones[0].earned.value) {
|
||||
if (management.elfTraining.heatedCutterElfTraining.milestones[0].earned.value) {
|
||||
v = Decimal.pow(0.95, paper.books.heatedCuttersBook.amount.value).times(v);
|
||||
}
|
||||
return Decimal.add(v, 1).pow(2.5).times(10);
|
||||
|
|
Loading…
Add table
Reference in a new issue