Misc bugfixes

This commit is contained in:
Anuken
2022-02-13 23:07:45 -05:00
parent 6c30f58507
commit e59e3d82a2
4 changed files with 24 additions and 16 deletions

View File

@@ -3039,7 +3039,7 @@ public class UnitTypes{
unitSpawned = new MissileUnitType("disrupt-missile"){{
speed = 4.5f;
maxRange = 80f;
maxRange = 5f;
outlineColor = Pal.darkOutline;
health = 70;
homingDelay = 10f;
@@ -3072,7 +3072,7 @@ public class UnitTypes{
mirror = false;
reload = 1f;
shootOnDeath = true;
bullet = new ExplosionBulletType(145f, 25f){{
bullet = new ExplosionBulletType(120f, 25f){{
suppressionRange = 140f;
shootEffect = new ExplosionEffect(){{
lifetime = 50f;