Added new Tool type selection constants

This commit is contained in:
Shoghi Cervantes
2014-10-07 10:16:05 +02:00
parent 8769d2bcd1
commit dda9c598f1
26 changed files with 90 additions and 71 deletions

View File

@ -27,4 +27,8 @@ class DiamondAxe extends Tool{
parent::__construct(self::DIAMOND_AXE, $meta, $count, "Diamond Axe");
}
public function isAxe(){
return Tool::TIER_DIAMOND;
}
}