From d862959d2d968769e0db2e30d302a267c13337cc Mon Sep 17 00:00:00 2001 From: Kali Date: Fri, 15 Oct 2021 15:40:18 -0700 Subject: [PATCH] add pointers to sceptre and pickaxe pickup sounds --- assets/voxygen/audio/sfx.ron | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/voxygen/audio/sfx.ron b/assets/voxygen/audio/sfx.ron index 7caad4aa6a..bb027b894a 100644 --- a/assets/voxygen/audio/sfx.ron +++ b/assets/voxygen/audio/sfx.ron @@ -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 //