From 971b1542ba9a58d874c176ee62c3c3b862b0bb27 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sun, 29 Dec 2019 20:38:44 +0100 Subject: [PATCH] Balance capacity --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 7f11ae04b6..e6e5dc6535 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -25,7 +25,7 @@ public class UnitTypes implements ContentList{ mass = 0.5f; health = 50; rotatespeed = 0.1f; - itemCapacity = 16; + itemCapacity = 8; weapon = new Weapon(){{ length = 1.5f; reload = 28f;