Tweak wording

This commit is contained in:
thepaperpilot 2022-12-09 18:34:54 -06:00
parent 0c44171589
commit df4c584327

View file

@ -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)