From 7f3bf0e22815f499449e31af79520a5f5e9e43b1 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 28 Aug 2025 13:00:29 -0400 Subject: [PATCH] Closes Anuken/Mindustry-Suggestions/issues/5821 --- core/src/mindustry/content/Blocks.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 9f840840fb..385ac6f1f7 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -346,6 +346,7 @@ public class Blocks{ charr = new Floor("char"){{ blendGroup = stone; + attributes.set(Attribute.water, -0.25f); }}; basalt = new Floor("basalt"){{ @@ -5867,7 +5868,7 @@ public class Blocks{ pierceCap = 2; optimalLifeFract = 1f; }}; - + intervalBullets = 1; fragSpread = fragRandomSpread = intervalRandomSpread = 0f; bulletInterval = 20f;