diff --git a/core/assets-raw/sprites/units/beta.png b/core/assets-raw/sprites/units/beta.png index 5bba30659e..3a6de9a054 100644 Binary files a/core/assets-raw/sprites/units/beta.png and b/core/assets-raw/sprites/units/beta.png differ diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index f2b69b6417..a8745894a5 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2436,15 +2436,14 @@ public class UnitTypes{ health = 170f; engineOffset = 6f; hitSize = 9f; - faceTarget = false; lowAltitude = true; weapons.add(new Weapon("small-mount-weapon"){{ top = false; reload = 20f; x = 3f; - y = 0.5f; - rotate = true; + y = 1f; + recoil = 1f; shoot.shots = 2; shoot.shotDelay = 4f;