Cleanup & enemy follow commands

This commit is contained in:
Anuken
2022-02-09 17:21:15 -05:00
parent fa79c5e93a
commit 44b37cfe55
3 changed files with 15 additions and 19 deletions

View File

@@ -2782,7 +2782,7 @@ public class UnitTypes{
speed = 1.1f;
hitSize = 44f;
health = 18000;
armor = 8f;
armor = 9f;
rotateSpeed = 1.6f;
lockLegBase = true;
legContinuousMove = true;
@@ -2849,7 +2849,7 @@ public class UnitTypes{
}});
}
bullet = new BasicBulletType(9f, 75){{
bullet = new BasicBulletType(9f, 85){{
pierceCap = 2;
pierceBuilding = true;