From 24f0a17395c8c4ab98a137a21b312dcae0955200 Mon Sep 17 00:00:00 2001 From: MEEP of Faith <54301439+MEEPofFaith@users.noreply.github.com> Date: Wed, 7 Apr 2021 15:48:34 -0700 Subject: [PATCH] Crawlers do not explode from their center (#5078) --- 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 0ccf8d415b..3677050654 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -562,6 +562,8 @@ public class UnitTypes implements ContentList{ shootCone = 180f; ejectEffect = Fx.none; shootSound = Sounds.explosion; + x = shootY = 0f; + mirror = false; bullet = new BombBulletType(0f, 0f, "clear"){{ hitEffect = Fx.pulverize; lifetime = 10f;