mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
Removing more information
This commit is contained in:
parent
6a00574a78
commit
8162180017
1 changed files with 0 additions and 2 deletions
|
@ -203,8 +203,6 @@ const layer = createLayer(id, () => {
|
||||||
)),
|
)),
|
||||||
description: jsx(() => (
|
description: jsx(() => (
|
||||||
<>
|
<>
|
||||||
Current XP: {format(exp.value)}
|
|
||||||
<br />
|
|
||||||
{elf.name} can buy buyables {formatWhole(elf.computedAutoBuyCooldown.value)}{" "}
|
{elf.name} can buy buyables {formatWhole(elf.computedAutoBuyCooldown.value)}{" "}
|
||||||
times per second, gaining{" "}
|
times per second, gaining{" "}
|
||||||
{Decimal.gte(level.value, schools.amount.value)
|
{Decimal.gte(level.value, schools.amount.value)
|
||||||
|
|
Loading…
Reference in a new issue