mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
display letter hardcap
This commit is contained in:
parent
cad540735e
commit
7039ea077f
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
<MainDisplay resource={letters} color={color} />
|
<MainDisplay resource={letters} color={color} />
|
||||||
{render(process)}
|
{render(process)}
|
||||||
<div>
|
<div>
|
||||||
|
You cannot have more letters than people in the world.
|
||||||
The more letters you process, the more you'll improve at processing letters.
|
The more letters you process, the more you'll improve at processing letters.
|
||||||
</div>
|
</div>
|
||||||
<div>Currently: {format(synergy.value)}x</div>
|
<div>Currently: {format(synergy.value)}x</div>
|
||||||
|
|
Loading…
Reference in a new issue