From 87399ef1a914162c07fa79e57de3800a5dad7747 Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 17 Dec 2025 18:55:07 -0500 Subject: [PATCH] Bigger liquid capacity for reconstructors --- core/src/mindustry/content/Blocks.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 6c1bb500ce..0ef8bcbb19 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -6265,7 +6265,6 @@ public class Blocks{ createSound = Sounds.unitCreateBig; constructTime = 60f * 60f * 1.5f; - liquidCapacity = 60f; upgrades.addAll( new UnitType[]{UnitTypes.zenith, UnitTypes.antumbra}, @@ -6287,7 +6286,6 @@ public class Blocks{ consumeLiquid(Liquids.cryofluid, 3f); constructTime = 60f * 60f * 4; - liquidCapacity = 180f; createSound = Sounds.unitCreateBig; upgrades.addAll(