mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-03-14 01:51:40 +00:00
fix it displaying you can buy up to 5 before day 13 gets opened
This commit is contained in:
parent
ce37ed3dcc
commit
2f269c2812
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue