mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 17:41:44 +00:00
Tweak wording
This commit is contained in:
parent
0c44171589
commit
df4c584327
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
display: {
|
display: {
|
||||||
requirement: "150m Well Depth",
|
requirement: "150m Well Depth",
|
||||||
effectDisplay:
|
effectDisplay:
|
||||||
"It appears that coal and metal appear a lot more when you go this deep! Unlock more coal and metal upgrades!"
|
"It appears that coal and metal appear a lot more when you go this deep! Unlock an upgrade apiece for coal and metal!"
|
||||||
},
|
},
|
||||||
shouldEarn: () => Decimal.gte(depth.value, 150),
|
shouldEarn: () => Decimal.gte(depth.value, 150),
|
||||||
visibility: () => showIf(depthMilestones[3].earned.value)
|
visibility: () => showIf(depthMilestones[3].earned.value)
|
||||||
|
|
Loading…
Add table
Reference in a new issue