From eaa5e6f5a14cfcf24f922e5749c3d06646ab8b21 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 15 Dec 2020 18:39:44 -0500 Subject: [PATCH] Increased foreshadow coolant multiplier --- core/src/mindustry/content/Blocks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 33535689e9..68723cfc1c 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -1785,7 +1785,7 @@ public class Blocks implements ContentList{ shootSound = Sounds.railgun; unitSort = (u, x, y) -> -u.maxHealth; - coolantMultiplier = 0.2f; + coolantMultiplier = 0.4f; health = 150 * size * size; coolantUsage = 1f;