Adds the ability to assign equip sounds in ClothingComponent (#4485)

* Initial

* Works (Kinda)

* Polish

* Reviews
This commit is contained in:
Swept
2021-08-19 21:22:23 -07:00
committed by GitHub
parent aa41db5a22
commit 45030b22a3
6 changed files with 20 additions and 7 deletions

View File

@@ -9,3 +9,5 @@
Slots: [belt]
size: 50
QuickEquip: false
EquipSound:
path: /Audio/Items/belt_equip.ogg

View File

@@ -7,6 +7,8 @@
state: icon
- type: Clothing
Slots: [innerclothing]
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg
- type: entity
abstract: true
@@ -18,3 +20,5 @@
- type: Clothing
Slots: [innerclothing]
femaleMask: UniformTop
EquipSound:
path: /Audio/Items/jumpsuit_equip.ogg