mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-17 18:02:45 +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(() => (
|
description: jsx(() => (
|
||||||
<>
|
<>
|
||||||
Motivate elves to focus, multiplying 3 random elves' XP gain by up to{" "}
|
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) ? (
|
{Decimal.gte(focusCooldown.value, 0) ? (
|
||||||
<>
|
<>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue