mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-22 06:01:40 +00:00
remove mention of mining drills
This commit is contained in:
parent
10e6bd1744
commit
a2a0675dae
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ const layer = createLayer(id, () => {
|
|||
createMilestone(() => ({
|
||||
display: {
|
||||
requirement: "Noel Level 3",
|
||||
effectDisplay: "Divide the mining drill cost by ln(Total logs + e)"
|
||||
effectDisplay: "Divide the coal drill cost by ln(Total logs + e)"
|
||||
},
|
||||
visibility: () => showIf(fertilizerElfMilestones[1].earned.value),
|
||||
shouldEarn: () => fertilizerElfTraining.level.value >= 3
|
||||
|
|
Loading…
Add table
Reference in a new issue