mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix sawmill visibility
This commit is contained in:
parent
11d3e05e03
commit
dc6bf2714d
1 changed files with 1 additions and 2 deletions
|
@ -505,8 +505,7 @@ const factory = createLayer(id, () => {
|
|||
plank: {
|
||||
amount: computed(() => (upgrades[0][0].bought.value ? 2 : 1))
|
||||
}
|
||||
},
|
||||
visible: main.days[presentsDay - 1].opened
|
||||
}
|
||||
} as FactoryComponentDeclaration,
|
||||
thread: {
|
||||
imageSrc: _threadMaker,
|
||||
|
|
Loading…
Reference in a new issue