Merge pull request #2280 from Dexapnow/patch-8

Small suggestion
This commit is contained in:
Anuken
2020-07-29 10:10:47 -04:00
committed by GitHub
@@ -271,6 +271,7 @@ public class UnitTypes implements ContentList{
}}; }};
atrax = new UnitType("atrax"){{ atrax = new UnitType("atrax"){{
itemCapacity = 80;
speed = 0.5f; speed = 0.5f;
drag = 0.4f; drag = 0.4f;
hitsize = 10f; hitsize = 10f;
@@ -309,6 +310,7 @@ public class UnitTypes implements ContentList{
}}; }};
spiroct = new UnitType("spiroct"){{ spiroct = new UnitType("spiroct"){{
itemCapacity = 200;
speed = 0.4f; speed = 0.4f;
drag = 0.4f; drag = 0.4f;
hitsize = 12f; hitsize = 12f;