mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
make wording about you have toys more clear
This commit is contained in:
parent
c20f6282a8
commit
315a2ae00b
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
<Spacer />
|
||||
{renderGrid(row1Upgrades)}
|
||||
<Spacer />
|
||||
<div>You have made {formatWhole(toySum.value)} total toys</div>
|
||||
<div>You have {formatWhole(toySum.value)} toys</div>
|
||||
{milestonesDisplay()}
|
||||
</>
|
||||
)),
|
||||
|
|
Loading…
Reference in a new issue