diff --git a/assets/voxygen/audio/sfx.ron b/assets/voxygen/audio/sfx.ron index bb027b894a..20833640e4 100644 --- a/assets/voxygen/audio/sfx.ron +++ b/assets/voxygen/audio/sfx.ron @@ -979,6 +979,12 @@ ], threshold: 1.0, ), + Utterance(Calm, Fungome): ( + files: [ + "voxygen.audio.sfx.utterance.fungome_calm1.ogg", + ], + threshold: 1.0, + ), Utterance(Calm, Goat): ( files: [ "voxygen.audio.sfx.utterance.goat_calm1", @@ -998,6 +1004,13 @@ ], threshold: 1.0, ), + Utterance(Calm, Truffler): ( + files: [ + "voxygen.audio.sfx.utterance.truffler_calm1", + "voxygen.audio.sfx.utterance.truffler_calm2", + ] + threshold: 1.0, + ) Utterance(Greeting, HumanMale): ( files: [ "voxygen.audio.sfx.utterance.humanmale_greeting1",