Update ForceProjector.java

This commit is contained in:
Anuken
2019-11-07 19:05:15 -05:00
committed by GitHub
parent d05f56c5b1
commit 8b2934c60e

View File

@ -31,7 +31,6 @@ public class ForceProjector extends Block{
protected float cooldownLiquid = 1.5f;
protected float cooldownBrokenBase = 0.35f;
protected float basePowerDraw = 0.2f;
protected float powerDamage = 0.1f;
protected TextureRegion topRegion;
private static Tile paramTile;
@ -73,8 +72,6 @@ public class ForceProjector extends Block{
super.setStats();
stats.add(BlockStat.powerUse, basePowerDraw * 60f, StatUnit.powerSecond);
stats.add(BlockStat.powerDamage, powerDamage, StatUnit.powerUnits);
stats.add(BlockStat.boostEffect, phaseRadiusBoost / tilesize, StatUnit.blocks);
}