Axe restructuring.

This commit is contained in:
GJ
2013-01-15 16:16:46 -05:00
parent bbbd12d461
commit f40433fc99
7 changed files with 164 additions and 140 deletions

View File

@ -115,7 +115,7 @@ public class SuperBreakerEventHandler {
}
private void calculateDurabilityLoss() {
this.durabilityLoss = Misc.TOOL_DURABILITY_LOSS;
this.durabilityLoss = Misc.toolDurabilityLoss;
if (blockType.equals(Material.OBSIDIAN)) {
durabilityLoss = durabilityLoss * 5;