From 80774820dc542f1b5316780c139c4828d08134e5 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 2 Sep 2022 17:15:20 -0400 Subject: [PATCH] More unit cargo loader 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 3c7e70bbea..9063b00de3 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -4264,7 +4264,7 @@ public class UnitTypes{ speed = 2f; rotateSpeed = 9f; accel = 0.1f; - itemCapacity = 50; + itemCapacity = 100; health = 200f; hitSize = 11f; engineSize = 2.3f;