Fix bow maker's name

This commit is contained in:
ducdat0507 2022-12-23 21:34:01 +07:00
parent 3313609acf
commit 8941789899

View file

@ -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,