Fixed Arcs not firing

This commit is contained in:
Timmeey86
2018-12-01 16:49:30 +01:00
parent 14e057cf05
commit 62c6d8e42d

View File

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