diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index e25f61141c..c54c2d9911 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -247,6 +247,7 @@ public class Blocks{ statusDuration = 140f; drownTime = 200f; liquidDrop = Liquids.water; + liquidMultiplier = 1.5f; isLiquid = true; cacheLayer = CacheLayer.water; albedo = 0.9f;