Updated uCore

This commit is contained in:
Anuken 2018-10-09 20:13:31 -04:00
parent 67389c0bac
commit 60bb982450
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ allprojects {
appName = 'Mindustry'
gdxVersion = '1.9.8'
roboVMVersion = '2.3.0'
uCoreVersion = 'c231d13a23788716102c8b568c72276624b8ffdd'
uCoreVersion = '5b96fa9e60beb16d05ab19b2fc73bfb3c92da816'
getVersionString = {
String buildVersion = getBuildVersion()

View File

@ -123,7 +123,7 @@ public class TurretBlocks extends BlockList implements ContentList{
rotatespeed = 8f;
powerUsed = 7f;
powerCapacity = 30f;
range = 130f;
range = 150f;
shootEffect = ShootFx.lightningShoot;
heatColor = Color.RED;
recoil = 1f;