From 31f89df5b9b2da803b69ff04daaab336f004b97b Mon Sep 17 00:00:00 2001 From: Dexapnow <42710595+Dexapnow@users.noreply.github.com> Date: Wed, 29 Jul 2020 16:03:05 +0200 Subject: [PATCH] Small suggestion Since Spiroct and Atrax can't fly why don't give them more cargo capacity? --- core/src/mindustry/content/UnitTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 3e6f475a11..8aa3a6bb16 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -271,6 +271,7 @@ public class UnitTypes implements ContentList{ }}; atrax = new UnitType("atrax"){{ + itemCapacity = 80; speed = 0.5f; drag = 0.4f; hitsize = 10f; @@ -309,6 +310,7 @@ public class UnitTypes implements ContentList{ }}; spiroct = new UnitType("spiroct"){{ + itemCapacity = 200; speed = 0.4f; drag = 0.4f; hitsize = 12f;