Reduced Nova range

This commit is contained in:
Anuken
2021-03-07 09:32:52 -05:00
parent b51d34e893
commit a2c7c38a3e
2 changed files with 4 additions and 1 deletions

View File

@@ -292,7 +292,7 @@ public class UnitTypes implements ContentList{
shootSound = Sounds.lasershoot;
bullet = new LaserBoltBulletType(5.2f, 14){{
lifetime = 37f;
lifetime = 32f;
healPercent = 5f;
collidesTeam = true;
backColor = Pal.heal;