Crawler shootOnDeath

This commit is contained in:
Anuken
2021-10-15 21:40:09 -04:00
parent 956cbe792b
commit 4a979058c2

View File

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