Increase puddle spillover volume to 50u (#38044)

* increase puddle spillover volume

* sleepy; 50u volume
This commit is contained in:
K-Dynamic
2025-10-02 09:17:31 +13:00
committed by GitHub
parent f87234d4d8
commit 9828f165b4

View File

@@ -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";