mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix description
This commit is contained in:
parent
14fc325ead
commit
0488416654
1 changed files with 1 additions and 1 deletions
|
@ -1390,7 +1390,7 @@ const layer = createLayer(id, () => {
|
|||
const focusUpgrade6 = createUpgrade(() => ({
|
||||
display: {
|
||||
title: "Focus Doubler",
|
||||
description: "Focus now applies to 6 elves."
|
||||
description: "Focus applies to an additional elf."
|
||||
},
|
||||
resource: trees.logs,
|
||||
visibility: () => showIf(elfTraining.clothElfTraining.milestones[4].earned.value),
|
||||
|
|
Loading…
Reference in a new issue