mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-19 03:51:37 +00:00
Add Noel to Mary Level 3 desc
This commit is contained in:
parent
cf56c4aa20
commit
e8e2880cff
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ const layer = createLayer(id, () => {
|
||||||
createMilestone(() => ({
|
createMilestone(() => ({
|
||||||
display: {
|
display: {
|
||||||
requirement: "Mary Level 3",
|
requirement: "Mary Level 3",
|
||||||
effectDisplay: "Mary and Faith now buy max."
|
effectDisplay: "Mary, Noel, and Faith now buy max."
|
||||||
},
|
},
|
||||||
visibility: () => showIf(heatedPlanterElfMilestones[1].earned.value),
|
visibility: () => showIf(heatedPlanterElfMilestones[1].earned.value),
|
||||||
shouldEarn: () => heatedPlanterElfTraining.level.value >= 3
|
shouldEarn: () => heatedPlanterElfTraining.level.value >= 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue