Crawlers do not explode from their center (#5078)

This commit is contained in:
MEEP of Faith
2021-04-07 15:48:34 -07:00
committed by GitHub
parent 08d200e1fa
commit 24f0a17395

View File

@@ -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;