Fixed #3133 (probably) / Logic icon draw command

This commit is contained in:
Anuken
2020-10-26 13:31:32 -04:00
parent a2181fec48
commit 8770bb2422
19 changed files with 6314 additions and 4076 deletions

View File

@@ -1137,7 +1137,7 @@ public class UnitTypes implements ContentList{
ammoType = AmmoTypes.powerLow;
mineTier = 1;
mineSpeed = 2.6f;
mineSpeed = 3f;
}};
poly = new UnitType("poly"){{
@@ -1649,7 +1649,7 @@ public class UnitTypes implements ContentList{
isCounted = false;
flying = true;
mineSpeed = 6f;
mineSpeed = 6.5f;
mineTier = 1;
buildSpeed = 0.5f;
drag = 0.05f;