mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix bow maker's hotkey
This commit is contained in:
parent
8941789899
commit
428ca75b12
1 changed files with 3 additions and 3 deletions
|
@ -652,8 +652,8 @@ const factory = createLayer(id, () => {
|
|||
} as FactoryComponentDeclaration,
|
||||
bow: {
|
||||
imageSrc: _bowMaker,
|
||||
key: "shift+0",
|
||||
name: "Bow Manufacturer",
|
||||
key: "shift+9",
|
||||
name: "Bow Maker",
|
||||
type: "processor",
|
||||
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.bow)),
|
||||
energyCost: 2,
|
||||
|
@ -673,7 +673,7 @@ const factory = createLayer(id, () => {
|
|||
wrappedBox: {
|
||||
imageSrc: _wrappedBoxMaker,
|
||||
key: "shift+0",
|
||||
name: "Wrapped Box Manufacturer",
|
||||
name: "Box Wrapper",
|
||||
type: "processor",
|
||||
description: computed(() => generateComponentDescription(FACTORY_COMPONENTS.wrappedBox)),
|
||||
energyCost: 2,
|
||||
|
|
Loading…
Reference in a new issue