mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 08:12:41 +00:00
Fix bow maker's name
This commit is contained in:
parent
3313609acf
commit
8941789899
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ const factory = createLayer(id, () => {
|
|||
bow: {
|
||||
imageSrc: _bowMaker,
|
||||
key: "shift+0",
|
||||
name: "Wrapped Box Manufacturer",
|
||||
name: "Bow Manufacturer",
|
||||
type: "processor",
|
||||
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)),
|
||||
energyCost: 2,
|
||||
|
|
Loading…
Reference in a new issue