Minor rendering & AI tweaks

This commit is contained in:
Anuken
2020-10-25 18:34:12 -04:00
parent baf6bdf6a5
commit 514aa26054
4 changed files with 14 additions and 5 deletions

View File

@@ -1137,7 +1137,7 @@ public class UnitTypes implements ContentList{
ammoType = AmmoTypes.powerLow;
mineTier = 1;
mineSpeed = 2.5f;
mineSpeed = 2.6f;
}};
poly = new UnitType("poly"){{
@@ -1735,7 +1735,7 @@ public class UnitTypes implements ContentList{
itemCapacity = 70;
health = 220f;
engineOffset = 6f;
hitSize = 10f;
hitSize = 11f;
commandLimit = 7;
weapons.add(new Weapon("small-mount-weapon"){{