Belt Storage Fix (#10168)
Co-authored-by: fooberticus <fooberticus@protonmail.com>
This commit is contained in:
committed by
GitHub
parent
9e29a3a210
commit
a5c4cec498
@@ -10,9 +10,6 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
slots: [belt]
|
slots: [belt]
|
||||||
quickEquip: false
|
quickEquip: false
|
||||||
- type: Storage
|
|
||||||
equipSound:
|
|
||||||
path: /Audio/Items/belt_equip.ogg
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
@@ -21,6 +18,8 @@
|
|||||||
components:
|
components:
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
capacity: 40
|
||||||
|
equipSound:
|
||||||
|
path: /Audio/Items/belt_equip.ogg
|
||||||
- type: UserInterface
|
- type: UserInterface
|
||||||
interfaces:
|
interfaces:
|
||||||
- key: enum.StorageUiKey.Key
|
- key: enum.StorageUiKey.Key
|
||||||
|
|||||||
Reference in New Issue
Block a user