Fixed Arcs not firing

This commit is contained in:
Timmeey86
2018-12-01 16:49:30 +01:00
parent 14e057cf05
commit 62c6d8e42d
@@ -110,7 +110,7 @@ public class TurretBlocks extends BlockList implements ContentList{
shootShake = 1f; shootShake = 1f;
shootCone = 40f; shootCone = 40f;
rotatespeed = 8f; rotatespeed = 8f;
powerUsed = 10f; powerUsed = 1f / 3f;
consumes.powerBuffered(30f); consumes.powerBuffered(30f);
range = 150f; range = 150f;
shootEffect = ShootFx.lightningShoot; shootEffect = ShootFx.lightningShoot;