add pointers to sceptre and pickaxe pickup sounds

This commit is contained in:
Kali 2021-10-15 15:40:18 -07:00
parent 045621993a
commit 8446fb9383

View File

@ -448,6 +448,12 @@
],
threshold: 2.5,
),
Inventory(CollectedTool(Sceptre)): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.3,
),
//
// Dagger
@ -511,6 +517,14 @@
threshold: 0.3,
),
// PickAxe Tool
Inventory(CollectedTool(Pick)): (
files: [
"voxygen.audio.sfx.inventory.add_item",
],
threshold: 0.3,
),
//
// Inventory
//