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";
|
public string Solution = "food";
|
||||||
|
|
||||||
[DataField]
|
[DataField]
|
||||||
public SoundSpecifier UseSound = new SoundPathSpecifier("/Audio/Items/eatfood.ogg");
|
public SoundSpecifier UseSound = new SoundCollectionSpecifier("eating");
|
||||||
|
|
||||||
[DataField]
|
[DataField]
|
||||||
public EntProtoId? Trash;
|
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
|
- type: Drink
|
||||||
solution: food
|
solution: food
|
||||||
useSound:
|
useSound:
|
||||||
path: /Audio/Items/eating_1.ogg
|
collection: eating
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
- type: Spillable
|
- type: Spillable
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
Quantity: 50
|
Quantity: 50
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Mayo
|
- Mayo
|
||||||
|
|
||||||
# - type: entity
|
# - type: entity
|
||||||
# parent: ReagentPacketBase
|
# parent: ReagentPacketBase
|
||||||
|
|||||||
Reference in New Issue
Block a user