Reduced Nova range
This commit is contained in:
@@ -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;
|
||||
|
||||
3
fastlane/metadata/android/en-US/changelogs/29834.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/29834.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
[This is a truncated changelog, see Github for full notes]
|
||||
- Fixed crash when using chat as server host
|
||||
- Added support for parsing weather JSON
|
||||
Reference in New Issue
Block a user