mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 17:41:44 +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: {
|
bow: {
|
||||||
imageSrc: _bowMaker,
|
imageSrc: _bowMaker,
|
||||||
key: "shift+0",
|
key: "shift+0",
|
||||||
name: "Wrapped Box Manufacturer",
|
name: "Bow Manufacturer",
|
||||||
type: "processor",
|
type: "processor",
|
||||||
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)),
|
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)),
|
||||||
energyCost: 2,
|
energyCost: 2,
|
||||||
|
|
Loading…
Add table
Reference in a new issue