Mobile chat fix / Turret balance / UI disable variable

This commit is contained in:
Anuken
2018-11-25 13:58:19 -05:00
parent bb6a748167
commit 44897fb371
5 changed files with 36 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ public class TurretBlocks extends BlockList implements ContentList{
shootShake = 1f;
shootCone = 40f;
rotatespeed = 8f;
powerUsed = 9f;
powerUsed = 10f;
powerCapacity = 30f;
range = 150f;
shootEffect = ShootFx.lightningShoot;