mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-19 03:51:37 +00:00
add buy max to fertilizer
This commit is contained in:
parent
7fbeaa8212
commit
30a5e7d80a
1 changed files with 2 additions and 1 deletions
|
@ -741,7 +741,8 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
description:
|
||||
"Noel will automatically purchase fertilized soil you can afford, without actually spending any ash.",
|
||||
buyable: coal.moreFertilizer,
|
||||
cooldownModifier: fertilizerCooldown
|
||||
cooldownModifier: fertilizerCooldown,
|
||||
buyMax: () => management.elfTraining.heatedPlanterElfTraining.milestones[2].earned.value
|
||||
});
|
||||
const coalElves = [heatedCuttersElf, heatedPlantersElf, fertilizerElf];
|
||||
const smallFireElf = createElf({
|
||||
|
|
Loading…
Add table
Reference in a new issue