Removed some redundant item classes

This commit is contained in:
Dylan K. Taylor
2017-08-25 14:07:50 +01:00
parent 97911aa9cf
commit 44dd7c2222
37 changed files with 47 additions and 847 deletions

View File

@ -105,7 +105,7 @@ abstract class Tool extends Item{
if(($type = $this->isSword()) === false){
if(($type = $this->isShovel()) === false){
if(($type = $this->isHoe()) === false){
$type = $this->id;
return false;
}
}
}