1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 13:28:12 +03:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;