mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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: {
|
||||
requirement: "150m Well Depth",
|
||||
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),
|
||||
visibility: () => showIf(depthMilestones[3].earned.value)
|
||||
|
|
Loading…
Reference in a new issue