small sfx fix, adding consume sfx for salads and lettuce

This commit is contained in:
Sarra 2021-01-19 16:24:44 -05:00
parent 6f82ac352d
commit f12e9f1665

View File

@ -583,6 +583,24 @@
],
threshold: 0.3,
),
Inventory(Consumed("Lettuce")): (
files: [
"voxygen.audio.sfx.inventory.consumable.food",
],
threshold: 0.3,
),
Inventory(Consumed("PlainSalad")): (
files: [
"voxygen.audio.sfx.inventory.consumable.food",
],
threshold: 0.3,
),
Inventory(Consumed("TomatoSalad")): (
files: [
"voxygen.audio.sfx.inventory.consumable.food",
],
threshold: 0.3,
),
Inventory(Consumed("Velorite")): (
files: [
"voxygen.audio.sfx.inventory.consumable.food",