mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Small suggestion
Since Spiroct and Atrax can't fly why don't give them more cargo capacity?
This commit is contained in:
parent
749b9f5b30
commit
31f89df5b9
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue