Some minor tool cleanup

This commit is contained in:
Dylan K. Taylor
2017-08-25 13:19:21 +01:00
parent cd7724d94a
commit 7ff143c793
4 changed files with 17 additions and 29 deletions

View File

@ -52,4 +52,8 @@ class FlintSteel extends Tool{
return false;
}
public function getMaxDurability(){
return 65;
}
}