Changed TIER_IRON to TIER_STONE

This commit is contained in:
Addison 2015-06-14 18:22:55 -07:00 committed by Shoghi Cervantes
parent 26c9eed82e
commit 4d95c65d95

View File

@ -28,6 +28,6 @@ class StonePickaxe extends Tool{
}
public function isPickaxe(){
return Tool::TIER_IRON;
return Tool::TIER_STONE;
}
}