From 4e3226ee3d7c788b6563f77cf63a9db5c0973086 Mon Sep 17 00:00:00 2001 From: Felix Corvus Date: Thu, 16 Jul 2020 18:41:22 +0300 Subject: [PATCH] bruh trails -> pretty trails fix --- core/src/mindustry/type/UnitType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/UnitType.java b/core/src/mindustry/type/UnitType.java index 23f24cb952..faae869ca1 100644 --- a/core/src/mindustry/type/UnitType.java +++ b/core/src/mindustry/type/UnitType.java @@ -73,7 +73,7 @@ public class UnitType extends UnlockableContent{ public Color lightColor = Pal.powerLight; public boolean drawCell = true, drawItems = true, drawShields = true; public int parts = 0; - public int trailLength = 5; + public int trailLength = 3; public ObjectSet immunities = new ObjectSet<>(); public Sound deathSound = Sounds.bang;