Skip to content

Commit

Permalink
Update DeepFryerSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jul 10, 2024
1 parent 97ca32e commit 236c1c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public sealed partial class DeepFryerSystem : SharedDeepfryerSystem
private static readonly string MobFlavorMeat = "meaty";

private static readonly AudioParams
AudioParamsInsertRemove = new(0.5f, 1f, "Master", 5f, 1.5f, 1f, false, 0f, 0.2f);
AudioParamsInsertRemove = new(0.5f, 1f, 5f, 1.5f, 1f, false, 0f, 0.2f);

private ISawmill _sawmill = default!;

Expand Down

0 comments on commit 236c1c6

Please sign in to comment.