Update management.tsx

This commit is contained in:
unsoftcapped3 2022-12-13 12:36:05 -08:00 committed by GitHub
parent fc01f5571d
commit f33bf6d28f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1100,7 +1100,7 @@ const layer = createLayer(id, () => {
<h3>Build a School</h3> <h3>Build a School</h3>
<div> <div>
You gotta start somewhere, right? Each school increases the maximum level for You gotta start somewhere, right? Each school increases the maximum level for
elves by 1, up to 5. elves by 1, up to {main.day.value == 12 ? 3 : 5}.
</div> </div>
<div> <div>
You have {formatWhole(schools.amount.value)} schools, which are currently You have {formatWhole(schools.amount.value)} schools, which are currently