Logic battery control + Slight swarmer range buff

This commit is contained in:
Anuken
2021-01-08 12:22:32 -05:00
parent 4c2f330e51
commit 2f83ba7f5c
10 changed files with 14 additions and 9 deletions
@@ -15,7 +15,7 @@ public class MissileBulletType extends BasicBulletType{
height = 8f;
hitSound = Sounds.explosion;
trailChance = 0.2f;
lifetime = 49f;
lifetime = 52f;
}
public MissileBulletType(float speed, float damage){