Small suggestion

Since Spiroct and Atrax can't fly why don't give them more cargo capacity?
This commit is contained in:
Dexapnow 2020-07-29 16:03:05 +02:00 committed by GitHub
parent 749b9f5b30
commit 31f89df5b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;