mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 21:24:11 +07:00
Reduced Nova range
This commit is contained in:
parent
b51d34e893
commit
a2c7c38a3e
@ -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
|
Loading…
Reference in New Issue
Block a user