mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 21:41:00 +00:00
This should fix logs' NaN bug
This commit is contained in:
parent
b2bcd97f34
commit
2e7725a2c0
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
enabled: management.elfTraining.planterElfTraining.milestones[0].earned
|
enabled: management.elfTraining.planterElfTraining.milestones[0].earned
|
||||||
})),
|
})),
|
||||||
createMultiplicativeModifier(() => ({
|
createMultiplicativeModifier(() => ({
|
||||||
multiplier: () => Decimal.pow(trees.value, 0.2).log10().pow_base(2),
|
multiplier: () => Decimal.pow(trees.value, 0.2).max(1).log10().pow_base(2),
|
||||||
description: "Ivy Level 3",
|
description: "Ivy Level 3",
|
||||||
enabled: management.elfTraining.planterElfTraining.milestones[2].earned
|
enabled: management.elfTraining.planterElfTraining.milestones[2].earned
|
||||||
})),
|
})),
|
||||||
|
|
Loading…
Add table
Reference in a new issue