Swarmer cleanup

This commit is contained in:
Anuken
2022-02-24 23:41:41 -05:00
parent 45f27eaeec
commit 28dab2fa05
2 changed files with 6 additions and 6 deletions

View File

@@ -2845,6 +2845,7 @@ public class Blocks{
size = 2;
scaledHealth = 280;
targetAir = false;
moveWhileCharging = false;
shootSound = Sounds.laser;
coolant = consume(new ConsumeCoolant(0.2f));
@@ -2913,10 +2914,12 @@ public class Blocks{
shoot = new ShootAlternate(){{
shots = 4;
barrels = 3;
spread = 3.5f;
shotDelay = 5f;
}};
shootY = 7f;
reloadTime = 30f;
inaccuracy = 10f;
range = 240f;
@@ -3184,11 +3187,6 @@ public class Blocks{
loopSoundVolume = 2f;
envEnabled |= Env.space;
shoot = new ShootSpread(){{
shots = 3;
spread = 10f;
}};
shootType = new ContinuousLaserBulletType(78){{
length = 200f;
hitEffect = Fx.hitMeltdown;