mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
There's only one focus bar
This commit is contained in:
parent
2edc63888d
commit
12c1b8694e
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ const layer = createLayer(id, () => {
|
|||
description: jsx(() => (
|
||||
<>
|
||||
Motivate elves to focus, multiplying 3 random elves' XP gain by up to{" "}
|
||||
{format(focusMaxMulti.value)}x for 10 seconds, equal to the focus bars' effect.
|
||||
{format(focusMaxMulti.value)}x for 10 seconds, equal to the focus bar's effect.
|
||||
{Decimal.gte(focusCooldown.value, 0) ? (
|
||||
<>
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue