fix it displaying you can buy up to 5 before day 13 gets opened

This commit is contained in:
unsoftcapped3 2022-12-14 01:25:38 +00:00
parent ce37ed3dcc
commit 2f269c2812

View file

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