Super Breaker & Giga Driller now use more durability

A configurable amount is added to the vanilla durability loss.

Use `Abilities.Tools.Durability_Loss` to disable (set to 0) or set it
to -1 for no durability loss while using abilities. Closes #1363
This commit is contained in:
TfT_02
2013-08-09 22:21:45 +02:00
parent 6330c4a69e
commit ead1398132
5 changed files with 24 additions and 5 deletions

View File

@ -133,10 +133,6 @@ public class Config extends AutoUpdateConfigLoader {
reason.add("Commands.inspect.Max_Distance should be greater than 0!");
}
if (getAbilityToolDamage() < 0) {
reason.add("Abilities.Tools.Durability_Loss should be at least 0!");
}
if (getTreeFellerThreshold() <= 0) {
reason.add("Abilities.Limits.Tree_Feller_Threshold should be greater than 0!");
}