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

@ -33,4 +33,7 @@ class Bow extends Tool{
return 200;
}
public function getMaxDurability(){
return 385;
}
}