]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Increase puddle spillover volume to 50u (#38044)
authorK-Dynamic <20566341+K-Dynamic@users.noreply.github.com>
Wed, 1 Oct 2025 20:17:31 +0000 (09:17 +1300)
committerGitHub <noreply@github.com>
Wed, 1 Oct 2025 20:17:31 +0000 (20:17 +0000)
* increase puddle spillover volume

* sleepy; 50u volume

Content.Shared/Fluids/Components/PuddleComponent.cs

index 105206fecea5def08a697cd539f6bb5c25867591..2138d041492325b989117737352b6ee48880166c 100644 (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";