made gingersnap 4 say it's resetting primary dyes

This commit is contained in:
unsoftcapped3 2022-12-14 03:01:20 +00:00
parent cfc2a9f074
commit be264b7fe5

View file

@ -796,7 +796,7 @@ const layer = createLayer(id, () => {
createMilestone(() => ({
display: {
requirement: "Gingersnap Level 4",
effectDisplay: "Raise secondary dyes' first effects to the 1.1"
effectDisplay: "Raise secondary dyes' first effects to the 1.1 but reset primary dyes"
},
visibility: () => showIf(clothElfMilestones[2].earned.value && main.day.value >= 13),
shouldEarn: () => clothElfTraining.level.value >= 4,