Significantly less annoying eating sounds (#24195)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user