mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-19 12:01:37 +00:00
change peppermint 4 desc
This commit is contained in:
parent
2f269c2812
commit
10e6bd1744
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ const layer = createLayer(id, () => {
|
||||||
createMilestone(() => ({
|
createMilestone(() => ({
|
||||||
display: {
|
display: {
|
||||||
requirement: "Peppermint Level 4",
|
requirement: "Peppermint Level 4",
|
||||||
effectDisplay: "Unlock another row of coal upgrades"
|
effectDisplay: "Unlock 3 coal upgrades"
|
||||||
},
|
},
|
||||||
visibility: () => showIf(coalDrillElfMilestones[2].earned.value && main.day.value >= 13),
|
visibility: () => showIf(coalDrillElfMilestones[2].earned.value && main.day.value >= 13),
|
||||||
shouldEarn: () => coalDrillElfTraining.level.value >= 4
|
shouldEarn: () => coalDrillElfTraining.level.value >= 4
|
||||||
|
|
Loading…
Add table
Reference in a new issue