diff --git a/core/assets/maps/tarFields.msav b/core/assets/maps/tarFields.msav index e5ab17c0ee..4870271b18 100644 Binary files a/core/assets/maps/tarFields.msav and b/core/assets/maps/tarFields.msav differ diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 1a68d3ce6f..20993b2d37 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -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;