Adds the ability to assign equip sounds in ClothingComponent (#4485)
* Initial * Works (Kinda) * Polish * Reviews
This commit is contained in:
@@ -9,3 +9,5 @@
|
||||
Slots: [belt]
|
||||
size: 50
|
||||
QuickEquip: false
|
||||
EquipSound:
|
||||
path: /Audio/Items/belt_equip.ogg
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user