mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-28 02:51:46 +00:00
Update management.tsx
This commit is contained in:
parent
fc01f5571d
commit
f33bf6d28f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue