From eae371854b2dad580ce59a412b786b8e9fa4bdca Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 11 May 2022 22:20:13 -0400 Subject: [PATCH] Zenith item capacity revert (for now) --- core/src/mindustry/content/UnitTypes.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 8bf052c5f8..585fa38eac 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1054,7 +1054,6 @@ public class UnitTypes{ lowAltitude = true; forceMultiTarget = true; armor = 5f; - itemCapacity = 0; targetFlags = new BlockFlag[]{BlockFlag.launchPad, BlockFlag.storage, BlockFlag.battery, null}; engineOffset = 12f;