mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
fix a typo
This commit is contained in:
parent
95973cd66f
commit
c3f61108fd
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ const layer = createLayer(id, () => {
|
|||
requirement: "Gingersnap Level 5",
|
||||
effectDisplay: "Well depth divides metal machine costs"
|
||||
},
|
||||
shouldEarn: () => clothkilnElfTraining.level.value >= 5
|
||||
shouldEarn: () => clothElfTraining.level.value >= 5
|
||||
}))] as Array<GenericMilestone>;
|
||||
|
||||
// some milestone display stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue