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;