From 4a979058c2acd60c383e18794cce0b30d2572ada Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 15 Oct 2021 21:40:09 -0400 Subject: [PATCH] Crawler shootOnDeath --- core/src/mindustry/content/UnitTypes.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index d9afc9eb0d..a256483cea 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -581,6 +581,7 @@ public class UnitTypes implements ContentList{ ammoType = new ItemAmmoType(Items.coal); weapons.add(new Weapon(){{ + shootOnDeath = true; reload = 24f; shootCone = 180f; ejectEffect = Fx.none; @@ -591,7 +592,7 @@ public class UnitTypes implements ContentList{ hitEffect = Fx.pulverize; lifetime = 10f; speed = 1f; - splashDamageRadius = 60f; + splashDamageRadius = 55f; instantDisappear = true; splashDamage = 90f; killShooter = true;