diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 8094474f20..def909c84d 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -1593,6 +1593,10 @@ public class UnitTypes{ rotateSpeed = 3.3f; faceTarget = false; + trailLength = 20; + waveTrailX = 4f; + trailScl = 1.3f; + moveSoundVolume = 0.4f; moveSound = Sounds.shipMove;