This commit is contained in:
Anuken
2022-04-02 17:33:35 -04:00
parent eb9fa31d6e
commit 91f19a5c81
4 changed files with 4 additions and 4 deletions

View File

@@ -3166,7 +3166,7 @@ public class UnitTypes{
shoot = new ShootHelix();
//TODO cooler + balancing
bullet = new BasicBulletType(5f, 20){{
bullet = new BasicBulletType(5f, 25){{
width = 7f;
height = 12f;
lifetime = 25f;