From 2106bcd30fcb85ac6c118b1d6b645092bd948722 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 15 Dec 2025 00:33:10 -0500 Subject: [PATCH] Risso hasn't had a trail for years and nobody noticed --- core/src/mindustry/content/UnitTypes.java | 4 ++++ 1 file changed, 4 insertions(+) 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;