mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-20 12:30:50 -07:00
Update ForceProjector.java
This commit is contained in:
parent
d05f56c5b1
commit
8b2934c60e
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue