хотфикс сухариков

(cherry picked from commit a98265c22dc7de467693f501cf3a5d8577e94a54)
This commit is contained in:
BIGZi0348
2024-09-28 21:40:22 +03:00
committed by keslik
parent 789fd10d28
commit 473c5d7e1a

View File

@@ -49,5 +49,5 @@ public sealed partial class SuharikiComponent : Component
/// Sound triggered on event.
/// </summary>
[DataField]
public SoundSpecifier UseSound { get; set; } = new SoundPathSpecifier("/Audio/White/Object/Misc/Suhariki/tooth_break.ogg");
public SoundSpecifier UseSound { get; set; } = new SoundPathSpecifier("/Audio/White/_Engi/Object/Misc/Suhariki/tooth_break.ogg");
}