Minor tweaks

This commit is contained in:
Anuken
2022-02-18 15:04:48 -05:00
parent 396afb5144
commit f9c0065a99
4 changed files with 14 additions and 9 deletions

View File

@@ -2486,7 +2486,7 @@ public class UnitTypes{
heatColor = Color.valueOf("f9350f");
cooldownTime = 80f;
bullet = new BasicBulletType(8f, 140){{
bullet = new BasicBulletType(8f, 130){{
sprite = "missile-large";
width = 9.5f;
height = 15f;
@@ -2502,6 +2502,8 @@ public class UnitTypes{
trailWidth = 3.1f;
trailLength = 8;
hitEffect = despawnEffect = Fx.blastExplosion;
splashDamageRadius = 20f;
splashDamage = 50f;
}};
}});