This commit is contained in:
WayofTime 2015-07-17 17:07:39 -04:00
parent 375bfe4842
commit d6a57ca644
2 changed files with 4 additions and 4 deletions

View file

@ -28,8 +28,8 @@ public class ToolEnvironmentalEarth extends DigAreaEffect
int z = blockPos.blockZ;
ForgeDirection sidehit = ForgeDirection.getOrientation(blockPos.sideHit);
int radius = 2;
int depth = 5;
int radius = this.powerUpgrades;
int depth = 2 * this.potencyUpgrades + 1;
depth--;