From 19d038facbe458faa894d8b374d98c8d0e69ae4f Mon Sep 17 00:00:00 2001 From: Cryofluid <99197260+Cry0flu1d@users.noreply.github.com> Date: Tue, 25 Oct 2022 20:10:53 +0800 Subject: [PATCH] Update UnitTypes.java (#7763) --- core/src/mindustry/content/UnitTypes.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 5e8a449242..f6992de8b2 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -3497,6 +3497,8 @@ public class UnitTypes{ trailWidth = 2.2f; trailLength = 7; trailChance = -1f; + + collidesAir = false; despawnEffect = Fx.none; splashDamage = 50f;