mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +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: {
|
plank: {
|
||||||
amount: computed(() => (upgrades[0][0].bought.value ? 2 : 1))
|
amount: computed(() => (upgrades[0][0].bought.value ? 2 : 1))
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
visible: main.days[presentsDay - 1].opened
|
|
||||||
} as FactoryComponentDeclaration,
|
} as FactoryComponentDeclaration,
|
||||||
thread: {
|
thread: {
|
||||||
imageSrc: _threadMaker,
|
imageSrc: _threadMaker,
|
||||||
|
|
Loading…
Reference in a new issue