Significantly less annoying eating sounds (#24195)
(cherry picked from commit fd3222993e6c5b0f0ec6296934fad6438b1e260a)
This commit is contained in:
parent
78460d4433
commit
8b73edaa6c
|
|
@ -13,7 +13,7 @@ public sealed partial class FoodComponent : Component
|
|||
public string Solution = "food";
|
||||
|
||||
[DataField]
|
||||
public SoundSpecifier UseSound = new SoundPathSpecifier("/Audio/Items/eatfood.ogg");
|
||||
public SoundSpecifier UseSound = new SoundCollectionSpecifier("eating");
|
||||
|
||||
[DataField]
|
||||
public EntProtoId? Trash;
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -27,7 +27,7 @@
|
|||
- type: Drink
|
||||
solution: food
|
||||
useSound:
|
||||
path: /Audio/Items/eating_1.ogg
|
||||
collection: eating
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Spillable
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
Quantity: 50
|
||||
- type: Tag
|
||||
tags:
|
||||
- Mayo
|
||||
- Mayo
|
||||
|
||||
# - type: entity
|
||||
# parent: ReagentPacketBase
|
||||
|
|
|
|||
Loading…
Reference in New Issue