make wording about you have toys more clear

This commit is contained in:
unsoftcapped3 2022-12-21 03:11:00 +00:00
parent c20f6282a8
commit 315a2ae00b

View file

@ -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()}
</>
)),