mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-19 03:51:37 +00:00
Merge branch 'main' of https://github.com/thepaperpilot/Advent-Incremental into main
This commit is contained in:
commit
4215157a2c
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
)
|
||||
)
|
||||
);
|
||||
logs.value = Decimal.add(logs.value, logGain.apply(amount));
|
||||
logs.value = Decimal.add(logs.value, Decimal.times(logGain.apply(1), amount));
|
||||
saplings.value = Decimal.add(saplings.value, amount);
|
||||
manualCutProgress.value = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue