fix a typo

This commit is contained in:
unsoftcapped3 2022-12-11 19:34:47 -08:00 committed by GitHub
parent 95973cd66f
commit c3f61108fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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