diff --git a/Content.Shared/Fluids/Components/PuddleComponent.cs b/Content.Shared/Fluids/Components/PuddleComponent.cs index 105206fece..2138d04149 100644 --- a/Content.Shared/Fluids/Components/PuddleComponent.cs +++ b/Content.Shared/Fluids/Components/PuddleComponent.cs @@ -15,7 +15,7 @@ namespace Content.Shared.Fluids.Components public SoundSpecifier SpillSound = new SoundPathSpecifier("/Audio/Effects/Fluids/splat.ogg"); [DataField] - public FixedPoint2 OverflowVolume = FixedPoint2.New(20); + public FixedPoint2 OverflowVolume = FixedPoint2.New(50); [DataField("solution")] public string SolutionName = "puddle";