Crawler targeting change / Tar field edits
This commit is contained in:
@@ -617,6 +617,7 @@ public class UnitTypes{
|
||||
|
||||
weapons.add(new Weapon(){{
|
||||
shootOnDeath = true;
|
||||
targetUnderBlocks = false;
|
||||
reload = 24f;
|
||||
shootCone = 180f;
|
||||
ejectEffect = Fx.none;
|
||||
@@ -2646,7 +2647,7 @@ public class UnitTypes{
|
||||
width = 5f;
|
||||
height = 7f;
|
||||
lifetime = 15f;
|
||||
hitSize = 4f;
|
||||
hitSize = 4f;
|
||||
pierceCap = 3;
|
||||
pierce = true;
|
||||
pierceBuilding = true;
|
||||
@@ -3524,7 +3525,7 @@ public class UnitTypes{
|
||||
trailWidth = 2.2f;
|
||||
trailLength = 7;
|
||||
trailChance = -1f;
|
||||
|
||||
|
||||
collidesAir = false;
|
||||
|
||||
despawnEffect = Fx.none;
|
||||
|
||||
Reference in New Issue
Block a user